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::mold_udp_protocol | |
MoldUDP64 protocol constants. | |
Variables | |
constexpr std::size_t | jb::itch5::mold_udp_protocol::session_id_size = 10 |
The size of the session_id field, this is the first field of the header, at offset 0. More... | |
constexpr std::size_t | jb::itch5::mold_udp_protocol::sequence_number_offset = session_id_size |
The location of the sequence number field within the header. More... | |
constexpr std::size_t | jb::itch5::mold_udp_protocol::block_count_offset = sequence_number_offset + 8 |
The location of the block count field within the header. More... | |
constexpr std::size_t | jb::itch5::mold_udp_protocol::header_size = block_count_offset + 2 |
The total size of the MoldUDP64 header. More... | |