api_procedures_addInstruction.AddInstructionWithVenueIdParams
Previousapi_procedures_addInstruction.AddInstructionParamsNextapi_procedures_addInstruction.AddInstructionsParams
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / api/procedures/addInstruction / AddInstructionWithVenueIdParams
api/procedures/addInstruction.AddInstructionWithVenueIdParams
↳ AddInstructionWithVenueIdParams
• 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)
Inherited from
Defined in
api/procedures/addInstruction.ts:63
• legs: { amount: BigNumber ; asset: string | Asset ; from: PortfolioLike ; to: PortfolioLike }[]
array of Asset movements (amount, from, to, asset)
Inherited from
Defined in
api/procedures/addInstruction.ts:46
• Optional tradeDate: Date
date at which the trade was agreed upon (optional, for off chain trades)
Inherited from
AddInstructionParams.tradeDate
Defined in
api/procedures/addInstruction.ts:55
• Optional valueDate: Date
date at which the trade was executed (optional, for off chain trades)
Inherited from
AddInstructionParams.valueDate
Defined in
api/procedures/addInstruction.ts:59
• venueId: BigNumber
Defined in
Last updated
Was this helpful?
Was this helpful?