aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index a8f2e45..10e1115 100644
--- a/index.js
+++ b/index.js
@@ -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)