API Reference / RiskOrderArgs
Interface: RiskOrderArgs
Defined in: src/risk/types.ts:35
Order arguments a check sees. Superset of a place-order request.
Extends
Partial<PlaceOrderRequest>
Indexable
[
key:string]:unknown
Properties
stopLoss?
optionalstopLoss?:number
Defined in: src/risk/types.ts:36
target?
optionaltarget?:number
Defined in: src/risk/types.ts:37
correlationId?
optionalcorrelationId?:string
Defined in: src/types/common.types.ts:28
Inherited from
CorrelatedRequest.correlationId
dhanClientId?
optionaldhanClientId?:string
Defined in: src/types/order.types.ts:26
Inherited from
PlaceOrderRequest.dhanClientId
transactionType?
optionaltransactionType?:TransactionType
Defined in: src/types/order.types.ts:27
Inherited from
PlaceOrderRequest.transactionType
exchangeSegment?
optionalexchangeSegment?:ExchangeSegment
Defined in: src/types/order.types.ts:28
Inherited from
PlaceOrderRequest.exchangeSegment
productType?
optionalproductType?:ProductType
Defined in: src/types/order.types.ts:29
Inherited from
orderType?
optionalorderType?:OrderType
Defined in: src/types/order.types.ts:30
Inherited from
validity?
optionalvalidity?:Validity
Defined in: src/types/order.types.ts:31
Inherited from
quantity?
optionalquantity?:number
Defined in: src/types/order.types.ts:32
Inherited from
disclosedQuantity?
optionaldisclosedQuantity?:number
Defined in: src/types/order.types.ts:33
Inherited from
PlaceOrderRequest.disclosedQuantity
price?
optionalprice?:number
Defined in: src/types/order.types.ts:34
Inherited from
triggerPrice?
optionaltriggerPrice?:number
Defined in: src/types/order.types.ts:35
Inherited from
PlaceOrderRequest.triggerPrice
afterMarketOrder?
optionalafterMarketOrder?:boolean
Defined in: src/types/order.types.ts:36
Inherited from
PlaceOrderRequest.afterMarketOrder
amoTime?
optionalamoTime?:string
Defined in: src/types/order.types.ts:37
Inherited from
securityId?
optionalsecurityId?:string
Defined in: src/types/order.types.ts:38
Inherited from
boProfitValue?
optionalboProfitValue?:number
Defined in: src/types/order.types.ts:39
Inherited from
PlaceOrderRequest.boProfitValue
boStopLossValue?
optionalboStopLossValue?:number
Defined in: src/types/order.types.ts:40