Retrieve an order
Retrieve an order by ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
Unique resource identifier.
The order status.
held, placed, pending, executing, filled, settled, cancelled The order type (e.g. market, limit).
"market"The order purpose, set by us.
user_request, rollover, square_off, backfill Buy or sell.
buy, sell The instrument to buy or sell.
- Bill
- CurrencyPair
- Bond
- MoneyMarketFund
- AMC
- ETF
The sum of unit quantities of all order executions so far.
The sum of notional values of all order executions so far.
The total fees for this order.
All trades executed to fill this order.
The ID of the parent account. Orders placed by users always have a parent account. Orders placed by the system (e.g. for internal operations) do not.
The ID of the position this order is part of, if applicable. Note that the position is null before the order is executed.
The amount to invest (before fees). Buy orders are cash-based (you specify how much to invest, not how many units to buy).
The amount to invest after fees. This is what gets traded.
The number of units to sell. Sell orders are unit-based (you specify how many units to sell, not how much cash to receive).
The order currency. For securities orders, this is the trading currency of the instrument. For FX orders, this is the base currency.
EUR, USD, GBP The customer's request for automatic rollover. Only has a value for buy orders in relevant instruments.
The reason for cancelling the order, if cancelled.
Reference to the OrderQuote that produced this order, if any. Optional for all orders. When set on an FX order, the executing rate is locked to the quote; when omitted, the order trades at the live market rate.