Get Order's Info
Retrieve information about a particular order
Get Order's Info
Overview
apiURL/v1.0/accounts/6303/orders/73552Response
{
"Id": 73552,
"SecurityId": 4,
"Quantity": 150,
"Price": 0,
"StopPrice": 0,
"ClientId": "1045239786",
"ExecutedQuantity": 150,
"LastPrice": 156.57,
"LastQuantity": 150,
"LeavesQuantity": 0,
"AveragePrice": 156.57,
"Side": "Buy",
"Date": "2019-01-22T13:00:26.575811Z",
"TransactionDate": "2019-01-22T14:30:03.7168916Z",
"SettDate": "0001-01-01T00:00:00Z",
"Status": "Filled",
"ExecutionStatus": "Filled",
"Type": "Market",
"RequestStatus": "Complete",
"Target": "Modify",
"TimeInForce": "Day",
"ExecInst": "AllOrNone",
"ExpireDate": "2019-01-22T21:00:00Z",
"CounterPartyOrderId": "1045239786",
"AccountId": 6303,
"UserId": 7125,
"RequestId": 96193,
"StateId": 168831,
"ParentId": -1,
"Legs": [],
"Exchange": "Auto",
"ExecutionVenue": "Etna Emulator",
"TrailingStopAmountType": "Absolute",
"TrailingStopAmount": 0,
"TrailingLimitAmountType": "Absolute",
"TrailingLimitAmount": 0,
"CreateDate": "2019-01-21T15:07:45.8158882Z",
"InitialType": "Market",
"IsExternal": false,
"ExecBrocker": "Auto",
"ExecutionInstructions": {},
"TransType": "New",
"ExecId": "173657808",
"ValidationsToBypass": 0,
"ParentRequestId": 0,
"SettlementDate": "0001-01-01T00:00:00Z"
}Common Mistakes
Last updated