Skip to main content
Version: 31.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

this value becomes null once the 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

Instructions can be created without a Venue, hence the possible null value.

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