AsyncIO FIX protocol library for Python
- Pythonic way of dealing with FIX messages
- Schema validation
- Tools for unit testing client apps
- NewOrderSingle container / state management support
- Session management included (FIX journaling, session restoring, heartbeats, resets)
- FIX Tester - tool for FIX unit testing (schema validation, order management, protocol message exchange)
- FIX 4.4 protocol implemented
- 100% unit test code coverage
pip install asyncfix
This project initially intended to be a fork of AIOPyFIX, but things went too deep and too far. Hopefully, this project could help. Please, star this repo if you are going to use this project.
MIT 2023 Aleksandr Vedeneev