Skip to content

jonols/fixfilt

 
 

Repository files navigation

FIX Filter (or the FIX snuttefilt)

Working with FIX can be painful. This little utility can make your life simpler.

Features

There are two main features, the first, and main feature is to pretty print FIX messages so that a human may read the contents.

The second feature simply dumps the tool's knowledge about a specfic protocol version. Handy when you want to look something up.

Building

CMake is used:

mkdir build
cd build
cmake ..
make -j4

Build status

Build Status

About

FIX filter (or FIX snuttefilt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.8%
  • Other 0.2%