Order
Order Status
get/iserver/account/order/status/{orderId}
Path parameters
orderIdstring required
Customer order id, use /iservers/account/orders endpoint to query orderId.
Response
returns an object
Example response
{
"contract_description_1": "FB Stock (NASDAQ.NMS)",
"listing_exchange": "NASDAQ.NMS",
"company_name": "APPLE INC",
"order_type": "LIMIT",
"editable_fields": "\\u001E",
"sec_type": "STK",
"order_description": "BUY 100 LIMIT 125.0 DAY",
"order_description_with_contract": "BUY 100 AAPL LIMIT 125.0 DAY",
"child_order_type": "A=attached, B=beta-hedge, etc",
"size_and_fills": "0/9"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.