diff options
-rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ function process_data(data) { X: orderStatus,
l: lastTradeQuantity,
z: Cumulative_filled_quantity,
- L:Last_price
+ L:Last_price,
+ r:Order_reject_reason
} = data;
let str4 = Trim(symbol, 4)
let str3 = Trim(symbol, 3)
|