Order
Notify different order status
New Order Single
Limit Order
{
"messageId": "7e482d92-036c-4e3e-9203-dbbf31e39408",
"messageType": "NEW_ORDER_SINGLE",
"messageTime": "2023-12-14T01:24:03.102Z",
"message": {
"orderId": "ORD123456789",
"clientOrderId": "CLIENT12345",
"placedAt": "2023-12-14T01:24:03.000Z",
"orderType": "LIMIT",
"expireTime": "2023-12-14T01:30:00.000Z",
"orderStatus": "PENDING_NEW",
"timeInForce": "DAY",
"execInst": "AON",
"pair": "BTC-USD",
"side": "BUY",
"orderQuantity": "0.5",
"currency": "USD",
"limitPrice": "23400.50",
"accountId": "ACC987654321",
"lastPrice": null,
"avgPrice": null,
"fillPrice": null,
"cumulativeQty": "0",
"fillQty": "0",
"leavesQty": "0.5",
"customerId": "CUST001",
"clientReference": "REF123456",
"clientFeeRate": "50",
"providerFeeRate": "20"
}
}Order Rejected
Order Filled
Market Order
Limit Order
Order Cancelled
Order Expired
Last updated