From f82f87e35717c0d695f6d4fed9c639128df96b7b Mon Sep 17 00:00:00 2001 From: Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> Date: Sun, 19 Sep 2021 03:34:14 +0530 Subject: Fix missing variable --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3