Skip to content

api.procedures.types.AddInstructionParams

prashantasdeveloper edited this page Jul 1, 2022 · 21 revisions

Interface: AddInstructionParams

api/procedures/types.AddInstructionParams

Hierarchy

Table of contents

Properties

Properties

endBlock

Optional endBlock: BigNumber

block at which the Instruction will be executed automatically (optional, the Instruction will be executed when all participants have authorized it if not supplied)

Defined in

api/procedures/types.ts:291


legs

legs: { amount: BigNumber ; asset: string | Asset ; from: PortfolioLike ; to: PortfolioLike }[]

array of Asset movements (amount, from, to, asset)

Defined in

api/procedures/types.ts:274


tradeDate

Optional tradeDate: Date

date at which the trade was agreed upon (optional, for off chain trades)

Defined in

api/procedures/types.ts:283


valueDate

Optional valueDate: Date

date at which the trade was executed (optional, for off chain trades)

Defined in

api/procedures/types.ts:287

Clone this wiki locally