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

Implement FIX API #601

Open
mauricioschenkel opened this issue Aug 3, 2024 · 4 comments
Open

Implement FIX API #601

mauricioschenkel opened this issue Aug 3, 2024 · 4 comments

Comments

@mauricioschenkel
Copy link

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

@xyq-c-cpp
Copy link
Collaborator

thanks for your feedback.

@xyq-c-cpp
Copy link
Collaborator

If you have the time and opportunity to implement this, I would greatly appreciate it. @mauricioschenkel

@mauricioschenkel
Copy link
Author

@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

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
@xyq-c-cpp @mauricioschenkel and others