Skip to content

drhurd/itch4csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itch4csv

A parser for the NASDAQ ITCH4 Market Information

Usage: ./itch4parser [input NASDAQ file] [output CSV file]

Compile with: g++ -O3 -o [binary name] main.cpp

Makefile soon!

Something to note

Your processor must be little-endian for this to work, because the numbers are read in byte-by-byte. Endian independence is coming shortly.

About

A parser for the NASDAQ ITCH4 Market Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages