api_procedures_addInstruction.AddInstructionParams
Previousapi_procedures_addAssetRequirement.AddAssetRequirementParamsNextapi_procedures_addInstruction.AddInstructionWithVenueIdParams
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / AddInstructionParams
.AddInstructionParams
AddInstructionParams
↳
• 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
array of Asset movements (amount, from, to, asset)
Defined in
• Optional
tradeDate: Date
date at which the trade was agreed upon (optional, for off chain trades)
Defined in
• Optional
valueDate: Date
date at which the trade was executed (optional, for off chain trades)
Defined in
• legs: { amount
: BigNumber
; asset
: string
| ; from
: ; to
: }[]