The execution update of binance.websockets.userData not work
binance.websockets.userData(balance_update, execution_update) The callback of execution_update not work when the order changed
I've the same problem. sometimes works to me, so i'd a update in the balance_update callback, that compare the "e" value if is executionReport i send the data to a execution function else continues the balance function.
Seems like the execution callback are sent together with balance callback
I've the same problem. sometimes works to me, so i'd a update in the balance_update callback, that compare the "e" value if is executionReport i send the data to a execution function else continues the balance function.
Seems like the execution callback are sent together with balance callback
tks, I'll try it
There's a PR to fix it https://github.com/jaggedsoft/node-binance-api/pull/732