Skip to content

api.entities.Portfolio.types.SettlementLeg

monitz87 edited this page Aug 31, 2022 · 37 revisions

Interface: SettlementLeg

api/entities/Portfolio/types.SettlementLeg

Hierarchy

  • Leg

    SettlementLeg

Table of contents

Properties

Properties

amount

amount: BigNumber

Inherited from

Leg.amount

Defined in

api/entities/Instruction/types.ts:42


asset

asset: Asset

Inherited from

Leg.asset

Defined in

api/entities/Instruction/types.ts:43


direction

direction: SettlementDirectionEnum

Defined in

api/entities/Portfolio/types.ts:15


from

from: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.from

Defined in

api/entities/Instruction/types.ts:40


to

to: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.to

Defined in

api/entities/Instruction/types.ts:41

Clone this wiki locally