upstox-dotnet

UpstoxClient.Model.OrderData

Properties

Name Type Description Notes
Exchange string Exchange to which the order is associated [optional]
Price float? Price at which the order was placed [optional]
Product string Shows if the order was either Intraday, Delivery, CoverOrder or OneCancelsOther [optional]
Quantity int? Quantity with which the order was placed [optional]
Status string Indicates the current status of the order. Valid order status’ are outlined in the table below [optional]
Tag string Tag to uniquely identify an order [optional]
Validity string Order validity (DAY- Day and IOC- Immediate or Cancel (IOC) order) [optional]
AveragePrice float? Average price at which the qty got traded [optional]
DisclosedQuantity int? The quantity that should be disclosed in the market depth [optional]
ExchangeOrderId string Unique order ID assigned by the exchange for the order placed [optional]
ExchangeTimestamp string User readable time at which the order was placed or updated [optional]
InstrumentToken string Identifier issued by Upstox used for subscribing to live market quotes [optional]
IsAmo bool? Signifies if the order is an After Market Order [optional]
StatusMessage string Indicates the reason when any order is rejected, not modified or cancelled [optional]
OrderId string Unique order ID assigned internally for the order placed [optional]
OrderRequestId string Apart from 1st order it shows the count of how many requests were sent [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]
ParentOrderId string In case the order is part of the second or third leg of a CO or OCO, the parent order ID is indicated here [optional]
Tradingsymbol string Shows the trading symbol of the instrument [optional]
OrderTimestamp string User readable timestamp at which the order was placed [optional]
FilledQuantity int? The total quantity traded from this particular order [optional]
TransactionType string Indicates whether the order was a buy or sell order [optional]
TriggerPrice float? If the order was a stop loss order then the trigger price set is mentioned here [optional]
PlacedBy string Uniquely identifies the user [optional]
Variety string Order complexity [optional]

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