Skip to content

redeecash/fix-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIX 4.4 message parser

Financial Information eXchange (FIX) is the de-facto messaging standard for pre-trade, trade, and post-trade communication, as well as for U.S. regulatory reporting. It is used to disseminate price and trade information among investment banks and broker-dealers.

this library parses FIX messages and displays them in a human-readable way.

it also has checksum validation.

XML of spec is in spec. FIX message samples are in samples. example usage is in examples.

building

tested on ubuntu 22.04

deps:

  • clang 16
  • pugixml. install however, I installed libpugixml-dev with apt.
  • abseil. not installed with apt since thats ~2yrs out of date

build with scripts/build.sh.

resources

About

Financial Information eXchange (FIX4.4) message parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors