Order
orderCode
Internal unique string code of an order chain in the system
String, required
actionCode
Internal unique code of the last order modification
String, required
type
Order type
String, required
instrument
Symbol of the order’s instrument
String, required
finalStatus
Boolean value indicating if order is in final state
Boolean, required
side
Side of the order. Either BUY
(long) or SELL
(short)
String, required
tif
Time in force (expiration time for the order)
String, required
priceLink
Price link for protection orders
String, optional
expireDate
Order expiration date in UTC
Date, optional
openTime
Timestamp in UTC when this position was opened
Timestamp, required
issueTime
Timestamp in UTC when this order was accepted by the system
Date, required
transactionTime
Timestamp in UTC of the last order modification or fill
Date, required
links
List of the links between this order and other orders in its group
Order Link, optional
cashTransactions
List of all cash transactions related to this order. Reports are ordered chronologically.
Cash Transaction, optional
hedgedOrderId
For broker orders, a numeric id of the client order this order hedges. Included only for Dealer users
Number, optional
externalOrderId
For broker orders, order id at the liquidity provider. Included only for Dealer users
String, optional
number Order Id
This value is assigned when an order is initially placed and does not change when an order is replaced or cancelled.
string Order Code
This value is assigned when an order is initially placed and does not change when an order is replaced or cancelled.
number Version
Numeric version of the account to which last update of this order is related. Client can use this value to find out which of the updates is more recent (its version is greater).
string Order Type
Possible values:
MARKET
LIMIT
STOP
string TIF
One of:
GTC
(Markets, Limits, Stops)DAY
(Limits, Stops)GTD
(Limits, Stops, in this case theexpireDate
field will be present)
number Price Offset
Price offset for protection orders. When parent order is triggered, either stop or limit price of protection order will be taken from parent trigger order's fill price with price offset. If this value is not null, the priceLink field must be present.
string Price Link
Price link for protection orders. Possible values:
TRIGGERED_STOP
- stop price of the order will be taken from parent trigger order's fill priceTRIGGERED_LIMIT
- limit price of the order will be taken from parent trigger order's fill price
date Expiration Date
Order expiration date in UTC. Must be present if the tif field is GTD. Otherwise, must be omitted.
Links
Absent if the order is not a part of a group. Links are calculated only for the 'list-open-orders' request.
Executions
List of all executions for this order. This includes order status changes, replaces, cancels and trades. Reports are ordered chronologically.
Last updated