QuickFIX C++ Fix Engine Library & Python Bindings (fork of https://github.com/quickfix/quickfix)
The goal of this fork is to update and fix source code from the original Quickfix to be able to compile with modern tooling and create the Python bindings that are no lately maintained by the quickfix community.
In the future, if changes of this project are merged or alternatively there is active maintenance of the Python bindings with SSL support in the original upstream project, this project would become obsolete.
For instructions to integrate Quickfix with Python applications see related project https://github.com/pablodcar/quickfix-py.
If there are some modifications or updates from the upstream project, Python SWIG interface should be updated:
pushd src/python
./swig.sh
popd