Interface PlaceOrderRequest

Place order request to an exchange via Fyers.

Hierarchy

  • PlaceOrderRequest

Properties

disclosedQty?: number

Allowed only for Equity.

limitPrice?: number

Provide valid price for Limit and Stoplimit orders.

offlineOrder: string

True when placing AMO order.

productType: string

The product in which the order was placed.

qty: number

The quantity should be in multiples of lot size for derivatives.

side: number

The order is buy or sell.

stopLoss?: number

Provide valid price for CO and BO orders.

stopPrice?: number

Provide valid price for Stop and Stoplimit orders.

symbol: string

Eg: NSE:SBIN-EQ.

takeProfit?: number

Provide valid price for BO orders.

type: number

The type of order.

validity: string

Day or IOC.

Generated using TypeDoc