Skip to content

API Reference


API Reference / ModifyForeverOrderRequest

Interface: ModifyForeverOrderRequest

Defined in: src/resources/ForeverOrders.ts:42

Properties

dhanClientId?

optional dhanClientId?: string

Defined in: src/resources/ForeverOrders.ts:43


orderId?

optional orderId?: string

Defined in: src/resources/ForeverOrders.ts:44


orderFlag?

optional orderFlag?: "SINGLE" | "OCO"

Defined in: src/resources/ForeverOrders.ts:45


orderType?

optional orderType?: "LIMIT" | "MARKET"

Defined in: src/resources/ForeverOrders.ts:46


legName?

optional legName?: "TARGET_LEG" | "STOP_LOSS_LEG"

Defined in: src/resources/ForeverOrders.ts:47


quantity?

optional quantity?: number

Defined in: src/resources/ForeverOrders.ts:48


price?

optional price?: number

Defined in: src/resources/ForeverOrders.ts:49


disclosedQuantity?

optional disclosedQuantity?: number

Defined in: src/resources/ForeverOrders.ts:50


triggerPrice?

optional triggerPrice?: number

Defined in: src/resources/ForeverOrders.ts:51


validity?

optional validity?: string

Defined in: src/resources/ForeverOrders.ts:52

Community project — not affiliated with Dhan. MIT License.