We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks again for everyone that worked on this library. It is helping me a lot to save time and focus on trading logic.
It would be nice to implement the FIX API, as it is the suggested way by Binance to interact with orders in spot market.
Documentation for FIX API: https://developers.binance.com/docs/binance-spot-api-docs/fix-api
You can find the Binance recomendation on Order Update User Stream documentation: https://developers.binance.com/docs/binance-spot-api-docs/user-data-stream#order-update
The text was updated successfully, but these errors were encountered:
thanks for your feedback.
Sorry, something went wrong.
If you have the time and opportunity to implement this, I would greatly appreciate it. @mauricioschenkel
@xyq-c-cpp I'll probably need it on my project, so I'll try to implement it.
Currently I don't have too much time, but I think I'll be able to work on it soon.
I'll check later if one of these libraries can help us to save time on this implementation: https://github.com/b2broker/simplefix-go https://github.com/quickfixgo/quickfix
If you have any restriction to use libraries like this on the project, please let me know
No branches or pull requests
Thanks again for everyone that worked on this library. It is helping me a lot to save time and focus on trading logic.
It would be nice to implement the FIX API, as it is the suggested way by Binance to interact with orders in spot market.
Documentation for FIX API:
https://developers.binance.com/docs/binance-spot-api-docs/fix-api
You can find the Binance recomendation on Order Update User Stream documentation:
https://developers.binance.com/docs/binance-spot-api-docs/user-data-stream#order-update
The text was updated successfully, but these errors were encountered: