diff options
author | Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> | 2021-05-26 19:15:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 19:15:20 +0530 |
commit | 99c34a406633e6d47099b46c758befceff9bde7d (patch) | |
tree | 491e45d903e4cbb84f7a95721269c046258547c7 | |
parent | d033f2763a00ce8929ca8402079d7b6dfd17563b (diff) |
Update index.js
-rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)
|