JayBeams
0.1
Another project to have fun coding.
|
ITCH-5.x protocol constants. More...
Variables | |
constexpr std::size_t | header_size |
The total size of the ITCH-5.x header. More... | |
constexpr std::size_t | max_message_size = (1 << 16) - 1 |
The maximum size for a ITCH-5.x message (the length is a 16-bit integer) More... | |
ITCH-5.x protocol constants.
constexpr std::size_t jb::itch5::protocol::header_size |
The total size of the ITCH-5.x header.
Definition at line 14 of file protocol_constants.hpp.
Referenced by jb::itch5::testing::create_message().
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)
Definition at line 24 of file protocol_constants.hpp.
Referenced by jb::itch5::testing::create_message().