Skip to content

API Reference


API Reference / OrderState

Interface: OrderState

Defined in: src/types/ws.types.ts:98

Properties

orderId?

optional orderId?: string

Defined in: src/types/ws.types.ts:99


correlationId?

optional correlationId?: string

Defined in: src/types/ws.types.ts:100


status?

optional status?: string

Defined in: src/types/ws.types.ts:101


tradedQty?

optional tradedQty?: number

Defined in: src/types/ws.types.ts:102


averageTradedPrice?

optional averageTradedPrice?: number

Defined in: src/types/ws.types.ts:103


securityId?

optional securityId?: string

Defined in: src/types/ws.types.ts:104


raw

raw: Record<string, unknown>

Defined in: src/types/ws.types.ts:105

Community project — not affiliated with Dhan. MIT License.