QuickFIX Guide

How to start integrating sFOX's FIX API using the QuickFIX FIX Engine Library

About QuickFIX

QuickFIX Engine is an open source implementation of the FIX Protocol. To learn more, visit:

QuickFIX/C++

QuickFIX/C++ is a FIX implementation for C++, Python, and Ruby. Follow these steps to start using sFOX's FIX API with QuickFIX/C++:

  1. Compile QuickFIX/C++arrow-up-right: cmake then make in the root directory

  2. Use the stunnel Configuration below with stunnel tunnel.conf

  3. Run the Test Client ./bin/tradeclient <file_name>.cfg

circle-exclamation

stunnel Configuration

tunnel.conf

Test Client

<file_name>.cfg (i.e. sfox.cfg)

circle-exclamation

QuickFIX/J (Java)

circle-exclamation
circle-exclamation
circle-info

stunnel is required for Java versions before 1.17

Quickfix/N (C#)

Example Config

Last updated