Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 853 Bytes

File metadata and controls

24 lines (16 loc) · 853 Bytes

Quickfix

QuickFIX C++ Fix Engine Library & Python Bindings (fork of https://github.com/quickfix/quickfix)

Goal

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.

Building and Python Bindings

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