upstox-nodejs

UpstoxClient.PlaceOrderRequest

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- quantity | Number | Quantity with which the order is to be placed | product | String | Signifies if the order was either Intraday, Delivery, CO or OCO | validity | String | It can be one of the following - DAY(default), IOC | price | Number | Price at which the order will be placed | tag | String | Tag for a particular order | [optional] instrumentToken | String | Key of the instrument | orderType | String | 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 | String | Indicates whether its a buy or sell order | disclosedQuantity | Number | The quantity that should be disclosed in the market depth | triggerPrice | Number | 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 |

Enum: ProductEnum

Enum: ValidityEnum

Enum: OrderTypeEnum

Enum: TransactionTypeEnum