Exchange |
string |
Exchange to which the order is associated |
[optional] |
Product |
string |
Shows if the order was either Intraday, Delivery, CoverOrder or OneCancelsOther |
[optional] |
Price |
float? |
Price at which the order was placed |
[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] |
Guid |
string |
|
[optional] |
Tag |
string |
Tag to uniquely identify an order |
[optional] |
InstrumentToken |
string |
Identifier issued by Upstox used for subscribing to live market quotes |
[optional] |
PlacedBy |
string |
Uniquely identifies the user |
[optional] |
Tradingsymbol |
string |
Shows the trading symbol of the instrument |
[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] |
Validity |
string |
Order validity (DAY- Day and IOC- Immediate or Cancel (IOC) order) |
[optional] |
TriggerPrice |
float? |
If the order was a stop loss order then the trigger price set is mentioned here |
[optional] |
DisclosedQuantity |
int? |
The quantity that should be disclosed in the market depth |
[optional] |
TransactionType |
string |
Indicates whether the order was a buy or sell order |
[optional] |
AveragePrice |
float? |
Average price at which the qty got traded |
[optional] |
FilledQuantity |
int? |
The total quantity traded from this particular order |
[optional] |
PendingQuantity |
int? |
Pending quantity to be filled |
[optional] |
StatusMessage |
string |
Indicates the reason when any order is rejected, not modified or cancelled |
[optional] |
StatusMessageRaw |
string |
Description of the order's status as received from RMS |
[optional] |
ExchangeOrderId |
string |
Unique order ID assigned by the exchange for the order placed |
[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] |
OrderId |
string |
Unique order ID assigned internally for the order placed |
[optional] |
Variety |
string |
Order complexity |
[optional] |
OrderTimestamp |
string |
User readable timestamp at which the order was placed |
[optional] |
ExchangeTimestamp |
string |
User readable time at which the order was placed or updated |
[optional] |
IsAmo |
bool? |
Signifies if the order is an After Market Order |
[optional] |
OrderRequestId |
string |
Apart from 1st order it shows the count of how many requests were sent |
[optional] |
OrderRefId |
string |
The order reference ID for which the order must be modified |
[optional] |