Skip to content

API Reference


API Reference / GlobalTradeResponse

Interface: GlobalTradeResponse

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

Indexable

[key: string]: unknown

Properties

dhanClientId?

optional dhanClientId?: string

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


orderId?

optional orderId?: string

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


exchangeOrderId?

optional exchangeOrderId?: string

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


securityId?

optional securityId?: string

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


tradingSymbol?

optional tradingSymbol?: string

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


transactionType?

optional transactionType?: string

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


tradedQuantity?

optional tradedQuantity?: number

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


tradedPrice?

optional tradedPrice?: number

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


exchangeTime?

optional exchangeTime?: string

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

Community project — not affiliated with Dhan. MIT License.