upstox-dotnet

UpstoxClient.Model.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 int? 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 float? 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]

[Back to Model list] [Back to API list] [Back to README]