The server sends ORDER_UPDATE when an order changes status, including acceptance, processing, partial or full execution, cancellation, and rejection. Events are pushed automatically after login; no subscription is needed.
Example
{
"event": "ORDER_UPDATE",
"code": 0,
"data": {
"brokerClientId": "julioclient001",
"orderNo": "23818",
"orderStatus": "NEW",
"reference": "2b14ad46-b9ea-41d4-bb5e-f1adc5980f6e",
"updatedTime": "2026-08-14 14:38:05",
"bsFlag": "S",
"productCode": "AAPL",
"exchangeCode": "US",
"price": "400",
"qty": 1,
"execQty": 0,
"outstandQty": 1,
"execPrice": "0",
"orderType": "L",
"ccy": "USD",
"createTime": "2026-08-14 14:38:05",
"lastOrderActionCode": "Add"
}
}
Status values
| Status | Meaning |
|---|---|
NEW | Accepted |
PRO | Processing |
FEX | Fully filled |
PEX | Partially filled |
CAN | Cancelled |
REJ | Rejected |
