Skip to content

API Reference


API Reference / GlobalModifyOrderRequest

Interface: GlobalModifyOrderRequest

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

Properties

orderId

orderId: string

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


transactionType

transactionType: "BUY" | "SELL"

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


orderType

orderType: GlobalOrderType

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


securityId

securityId: string

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


quantity?

optional quantity?: number

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


price?

optional price?: number

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


legName?

optional legName?: GlobalLegName

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


dhanClientId?

optional dhanClientId?: string

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

Community project — not affiliated with Dhan. MIT License.