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