Name | Type | Description | Notes ———— | ————- | ————- | ————- quantity | Integer | Quantity with which the order is to be placed | product | ProductEnum | Signifies if the order was either Intraday, Delivery, CO or OCO | validity | ValidityEnum | It can be one of the following - DAY(default), IOC | price | Float | Price at which the order will be placed | tag | String | Tag for a particular order | [optional] instrumentToken | String | Key of the instrument | orderType | OrderTypeEnum | Type of order. It can be one of the following MARKET refers to market order LIMIT refers to Limit Order SL refers to Stop Loss Limit SL-M refers to Stop Loss Market | transactionType | TransactionTypeEnum | Indicates whether its a buy or sell order | disclosedQuantity | Integer | The quantity that should be disclosed in the market depth | triggerPrice | Float | If the order is a stop loss order then the trigger price to be set is mentioned here | isAmo | Boolean | Signifies if the order is an After Market Order |
Name | Value —- | —– I | "I" D | "D" CO | "CO" OCO | "OCO" MTF | "MTF"
Name | Value —- | —– DAY | "DAY" IOC | "IOC"
Name | Value —- | —– MARKET | "MARKET" LIMIT | "LIMIT" SL | "SL" SL_M | "SL-M"
Name | Value —- | —– BUY | "BUY" SELL | "SELL"