Skip to content

api.procedures.types.AddInstructionWithVenueIdParams

VictorVicente edited this page Jan 12, 2023 · 21 revisions

Interface: AddInstructionWithVenueIdParams

api/procedures/types.AddInstructionWithVenueIdParams

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)

Inherited from

AddInstructionParams.endBlock

Defined in

api/procedures/types.ts:424


legs

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

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

Inherited from

AddInstructionParams.legs

Defined in

api/procedures/types.ts:407


memo

Optional memo: string

identifier string to help differentiate instructions

Inherited from

AddInstructionParams.memo

Defined in

api/procedures/types.ts:428


tradeDate

Optional tradeDate: Date

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

Inherited from

AddInstructionParams.tradeDate

Defined in

api/procedures/types.ts:416


valueDate

Optional valueDate: Date

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

Inherited from

AddInstructionParams.valueDate

Defined in

api/procedures/types.ts:420


venueId

venueId: BigNumber

Defined in

api/procedures/types.ts:439

Clone this wiki locally