Skip to content

sdmg15/fixparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (Financial Information eXchange protocol) to human readable parser and message checker

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors