Skip to content

API Reference


API Reference / GlobalOrderResponse

Interface: GlobalOrderResponse

Defined in: src/types/global-stocks.types.ts:53

Indexable

[key: string]: unknown

Properties

dhanClientId?

optional dhanClientId?: string

Defined in: src/types/global-stocks.types.ts:54


orderId?

optional orderId?: string

Defined in: src/types/global-stocks.types.ts:55


exchangeOrderId?

optional exchangeOrderId?: string

Defined in: src/types/global-stocks.types.ts:56


correlationId?

optional correlationId?: string

Defined in: src/types/global-stocks.types.ts:57


orderStatus?

optional orderStatus?: string

Defined in: src/types/global-stocks.types.ts:58


transactionType?

optional transactionType?: string

Defined in: src/types/global-stocks.types.ts:59


orderType?

optional orderType?: GlobalOrderType

Defined in: src/types/global-stocks.types.ts:60


securityId?

optional securityId?: string

Defined in: src/types/global-stocks.types.ts:61


tradingSymbol?

optional tradingSymbol?: string

Defined in: src/types/global-stocks.types.ts:62


quantity?

optional quantity?: number

Defined in: src/types/global-stocks.types.ts:63


filledQty?

optional filledQty?: number

Defined in: src/types/global-stocks.types.ts:64


price?

optional price?: number

Defined in: src/types/global-stocks.types.ts:65


triggerPrice?

optional triggerPrice?: number

Defined in: src/types/global-stocks.types.ts:66


amount?

optional amount?: number

Defined in: src/types/global-stocks.types.ts:67


createTime?

optional createTime?: string

Defined in: src/types/global-stocks.types.ts:68


updateTime?

optional updateTime?: string

Defined in: src/types/global-stocks.types.ts:69


omsErrorDescription?

optional omsErrorDescription?: string

Defined in: src/types/global-stocks.types.ts:70

Community project — not affiliated with Dhan. MIT License.