Skip to content

pablodcar/quickfix

 
 

Repository files navigation

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

About

QuickFIX C++ Fix Engine Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.2%
  • Python 19.3%
  • Ruby 17.2%
  • C 0.1%
  • CMake 0.1%
  • M4 0.1%