Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 

README.md

Fix parser

FIX stands for Financial Information eXchange protocol.

fixparser is a single header library that helps parsing a FIX message, and translate it into a human readable way. It can also be used to check if a FIX message/response is valid. The supported protocol version is FIX.4.4. Check the spec folder to see all the available versions.

Building

Requirements

  • CMAKE 3.10 or greater
  • Clang or G++ 8.3.0 (That supports C++17)
  • Conan - C++ package manager

How to use the library

Sample result

Sample result

Running the tests

Licence

About

FIX to human readable parser and message checker

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.