Skip to content

api.entities.Portfolio.types.SettlementLeg

prashantasdeveloper edited this page Dec 8, 2023 · 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:49


asset

asset: Asset

Inherited from

Leg.asset

Defined in

api/entities/Instruction/types.ts:50


direction

direction: SettlementDirectionEnum

Defined in

api/entities/Portfolio/types.ts:13


from

from: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.from

Defined in

api/entities/Instruction/types.ts:47


to

to: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.to

Defined in

api/entities/Instruction/types.ts:48

Clone this wiki locally