LUCIT-Systems-and-Development / unicorn-fy

A Python SDK by LUCIT to convert received raw data from crypto exchange API endpoints into well-formed python dictionaries.
https://unicorn-fy.docs.lucit.tech
MIT License
54 stars 20 forks source link

Complete ACCOUNT_UPDATE event for binance futures #27

Closed folktale42 closed 3 years ago

folktale42 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The account data is not being parsed on the ACCOUNT_UPDATE event of binance futures.

Describe the solution you'd like A clear and concise description of what you want to happen.

Implement the missing sections.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

oliver-zehentleitner commented 3 years ago

Thank you very much! Your PR is released with 0.11.0: https://github.com/oliver-zehentleitner/unicorn-fy/releases/tag/0.11.0 Best regards!