upstox-nodejs

UpstoxClient.TradeData

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- exchange | String | Exchange to which the order is associated | [optional] product | String | Shows if the order was either Intraday, Delivery, CO or OCO | [optional] tradingsymbol | String | Shows the trading symbol which could be a combination of symbol name, instrument, expiry date etc | [optional] instrumentToken | String | Identifier issued by Upstox used for subscribing to live market quotes | [optional] orderType | String | Type of order. It can be one of the following MARKET refers to market order<br>LIMIT refers to Limit Order<br>SL refers to Stop Loss Limit<br>SL-M refers to Stop loss market | [optional] transactionType | String | Indicates whether the order was a buy or sell order | [optional] quantity | Number | The total quantity traded from this particular order | [optional] exchangeOrderId | String | Unique order ID assigned by the exchange for the order placed | [optional] orderId | String | Unique order ID assigned internally for the order placed | [optional] exchangeTimestamp | String | User readable time at when the trade occurred | [optional] averagePrice | Number | Price at which the traded quantity is traded | [optional] tradeId | String | Trade ID generated from exchange towards traded transaction | [optional] orderRefId | String | The order reference ID for which the order must be modified | [optional] orderTimestamp | String | User readable timestamp at which the order was placed | [optional]

Enum: ExchangeEnum

Enum: ProductEnum

Enum: OrderTypeEnum

Enum: TransactionTypeEnum