A template project to help you get started with creating your own FIX client using Roq's FIX C++ API.
Use
stablefor (the approx. monthly) release build. Useunstablefor the more regularly updated development builds.
git submodule update --init --recursivescripts/create_conda_env unstable debugsource opt/conda/bin/activate devSometimes you may have to delete CMakeCache.txt if CMake has already cached an incorrect configuration.
cmake . && make -j4The project is released under the terms of the MIT license.