-
Notifications
You must be signed in to change notification settings - Fork 12
api.procedures.types.AddInstructionWithVenueIdParams
api/procedures/types.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)
• legs: { amount: BigNumber ; asset: string | Asset ; from: PortfolioLike ; to: PortfolioLike }[]
array of Asset movements (amount, from, to, asset)
• Optional memo: string
identifier string to help differentiate instructions
• Optional tradeDate: Date
date at which the trade was agreed upon (optional, for off chain trades)
AddInstructionParams.tradeDate
• Optional valueDate: Date
date at which the trade was executed (optional, for off chain trades)
AddInstructionParams.valueDate
• venueId: BigNumber