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 63f91b2..e03dfaa 100644
--- a/index.js
+++ b/index.js
@@ -68,7 +68,8 @@ function process_data(data) {
i: orderId,
X: orderStatus,
l: lastTradeQuantity,
- z: Cumulative_filled_quantity
+ z: Cumulative_filled_quantity,
+ L:Last_price
} = data;
let str4 = Trim(symbol, 4)
let str3 = Trim(symbol, 3)