get https://bo-api.drivewealth.io/back-office/orders/
Retrieve the current status of an order
Results Explained
Attribute | Type | Description |
---|---|---|
id | string | order identifier |
orderNo | string | human readable order number |
type | string | identifies the type of order |
side | string | side of the order – BUY or SELL |
status | string | status of the order.FILLED - The order was successfully completedPARTIAL_FILL - The order was partially completedREJECTED - The order was rejectedCANCELED - The order was cancelledNEW - Recently created pending orderPENDING_CANCEL - Indicates an order is awaiting a cancellation response from the "street" |
symbol | string | symbol of the instrument being transacted on |
averagePrice | number | average price of the order |
totalOrderAmount | number | total amount paid for order |
cumulativeQuantity | number | cumulative quantity of the order |
quantity | number | total quantity of the order |
fees | number | cost of the order |
createdBy | string | userID of who created the order |
userID | string | userID for the account the order relates to |
accountID | string | accountID for the account the order relates to |
accountNo | string | accountNo for the account the order relates to |
created | string | time at which the order was created |
statusMessage.errorCode | string | internal error code |
statusMessage.message | string | description of the error code |
statusMessage.reason | array | an array containing the specific corp action type that caused the cancellation |
amountCash | number | displays the cash amount requested |
orderExpires | string | time at which the order will expire |
quoteID | string | if the order type is for Crypto and is RFQ, the body will include the quoteID |