Skip to content

API Reference


API Reference / PlaceOrderRequest

Interface: PlaceOrderRequest

Defined in: src/types/order.types.ts:25

Extends

Properties

correlationId?

optional correlationId?: string

Defined in: src/types/common.types.ts:28

Inherited from

CorrelatedRequest.correlationId


dhanClientId?

optional dhanClientId?: string

Defined in: src/types/order.types.ts:26


transactionType

transactionType: TransactionType

Defined in: src/types/order.types.ts:27


exchangeSegment

exchangeSegment: ExchangeSegment

Defined in: src/types/order.types.ts:28


productType

productType: ProductType

Defined in: src/types/order.types.ts:29


orderType

orderType: OrderType

Defined in: src/types/order.types.ts:30


validity?

optional validity?: Validity

Defined in: src/types/order.types.ts:31


quantity

quantity: number

Defined in: src/types/order.types.ts:32


disclosedQuantity?

optional disclosedQuantity?: number

Defined in: src/types/order.types.ts:33


price?

optional price?: number

Defined in: src/types/order.types.ts:34


triggerPrice?

optional triggerPrice?: number

Defined in: src/types/order.types.ts:35


afterMarketOrder?

optional afterMarketOrder?: boolean

Defined in: src/types/order.types.ts:36


amoTime?

optional amoTime?: string

Defined in: src/types/order.types.ts:37


securityId

securityId: string

Defined in: src/types/order.types.ts:38


boProfitValue?

optional boProfitValue?: number

Defined in: src/types/order.types.ts:39


boStopLossValue?

optional boStopLossValue?: number

Defined in: src/types/order.types.ts:40

Community project — not affiliated with Dhan. MIT License.