This is an implementation of FIX protocol parser for parsing/constructing FIX messages. The main reason to implement another one FIX parser is a performance issue of well known open-source FIX parser quickFIX
- cmake
- libxml2-dev
- gcc - for Linux
- MS Visual Studio 2010 - for Windows
cd build ./build.sh
libs directory will contain built libraries (both static and shared)
cd build ./build_vs10.bat
cd bind/erlang/fix_parser ./rebar compile
cd bind/python cp ../../fix_descr/fix.4.4.xml . cp ../../build/libs/libfix_parser.so . python example.py