API Reference / OrderState
Interface: OrderState
Defined in: src/types/ws.types.ts:98
Properties
orderId?
optionalorderId?:string
Defined in: src/types/ws.types.ts:99
correlationId?
optionalcorrelationId?:string
Defined in: src/types/ws.types.ts:100
status?
optionalstatus?:string
Defined in: src/types/ws.types.ts:101
tradedQty?
optionaltradedQty?:number
Defined in: src/types/ws.types.ts:102
averageTradedPrice?
optionalaverageTradedPrice?:number
Defined in: src/types/ws.types.ts:103
securityId?
optionalsecurityId?:string
Defined in: src/types/ws.types.ts:104
raw
raw:
Record<string,unknown>
Defined in: src/types/ws.types.ts:105