Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The execution update of binance.websockets.userData not work #791

Open
rickshenjp opened this issue Jan 15, 2022 · 3 comments
Open

The execution update of binance.websockets.userData not work #791

rickshenjp opened this issue Jan 15, 2022 · 3 comments

Comments

@rickshenjp
Copy link

rickshenjp commented Jan 15, 2022

binance.websockets.userData(balance_update, execution_update)
The callback of execution_update not work when the order changed

@aquilatrindade
Copy link

aquilatrindade commented Feb 4, 2022

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

@rickshenjp
Copy link
Author

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

@gunar
Copy link
Contributor

gunar commented Mar 2, 2022

There's a PR to fix it #732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants