AsyncIO FIX Protocol client for Python


Keywords
asyncio, FIX, protocol, client, server, parser, unit, tests, simplefix, tester, orders
License
MIT
Install
pip install asyncfix==0.8.3

Documentation

AsyncFIX - AsyncIO FIX Protocol Python Framework

tests coverage Code style: black

AsyncIO FIX protocol library for Python

Highlights

  • 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

Installation

pip install asyncfix

Getting started

Credits

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.

License

MIT 2023 Aleksandr Vedeneev