JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
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. | |
jb::itch5::protocol | |
ITCH-5.x protocol constants. | |
Variables | |
constexpr std::size_t | jb::itch5::protocol::header_size |
The total size of the ITCH-5.x header. More... | |
constexpr std::size_t | jb::itch5::protocol::max_message_size = (1 << 16) - 1 |
The maximum size for a ITCH-5.x message (the length is a 16-bit integer) More... | |