JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces
base_decoders.hpp File Reference
#include <jb/itch5/decoder.hpp>
#include <cstdint>

Go to the source code of this file.

Classes

struct  jb::itch5::decoder< validate, std::uint8_t >
 Specialize jb::itch5::decoder for 1-byte integer (or character) fields. More...
 
struct  jb::itch5::decoder< validate, std::uint16_t >
 Specialize jb::itch5::decoder for 2-byte integer fields. More...
 
struct  jb::itch5::decoder< validate, std::uint32_t >
 Specialize jb::itch5::decoder for 4-byte integer fields. More...
 
struct  jb::itch5::decoder< validate, std::uint64_t >
 Specialize jb::itch5::decoder for 4-byte integer fields. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::itch5
 Contains classes and functions to parse NASDAQ ITCH-5.0 messages, more information about ITCH-5.0 can be found at: http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NQTVITCHSpecification.pdf.