aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiyush Dixit <79581397+PiyushDixit96@users.noreply.github.com>2021-05-26 19:15:20 +0530
committerGitHub <noreply@github.com>2021-05-26 19:15:20 +0530
commit99c34a406633e6d47099b46c758befceff9bde7d (patch)
tree491e45d903e4cbb84f7a95721269c046258547c7
parentd033f2763a00ce8929ca8402079d7b6dfd17563b (diff)
Update index.js
-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)