Skip to content

API Reference


API Reference / OrderOutcome

Interface: OrderOutcome

Defined in: src/execution/OrderTracker.ts:14

Properties

orderId?

optional orderId?: string

Defined in: src/execution/OrderTracker.ts:15


correlationId?

optional correlationId?: string

Defined in: src/execution/OrderTracker.ts:16


status

status: string

Defined in: src/execution/OrderTracker.ts:17


filledQuantity

filledQuantity: number

Defined in: src/execution/OrderTracker.ts:18


averagePrice?

optional averagePrice?: number

Defined in: src/execution/OrderTracker.ts:19


state

state: OrderState

Defined in: src/execution/OrderTracker.ts:20

Community project — not affiliated with Dhan. MIT License.