Skip to main content
Version: v29.0.x

Type Alias: InstructionDetails

InstructionDetails = object & InstructionEndCondition

Defined in: src/api/entities/Instruction/types.ts:45

Type declaration

NameTypeDescriptionDefined in

createdAt

Date | null

Date at which the instruction was created

Note

From 7.x chain, this value becomes null when instruction has been executed.

src/api/entities/Instruction/types.ts:51

memo

string | null

src/api/entities/Instruction/types.ts:65

status

InstructionStatus

src/api/entities/Instruction/types.ts:46

tradeDate

Date | null

Date at which the trade was agreed upon (optional, for offchain trades)

src/api/entities/Instruction/types.ts:55

valueDate

Date | null

Date at which the trade was executed (optional, for offchain trades)

src/api/entities/Instruction/types.ts:59

venue

Venue | null

Venue to which the Instruction belongs to

Note

From 7.x chain, Instructions can be created without a Venue. Hence the possible null value.

src/api/entities/Instruction/types.ts:64