JayBeams  0.1
Another project to have fun coding.
Variables
jb::itch5::protocol Namespace Reference

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...
 

Detailed Description

ITCH-5.x protocol constants.

Variable Documentation

◆ header_size

constexpr std::size_t jb::itch5::protocol::header_size
Initial value:
= (
1 +
2 +
2 +
6)

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().

◆ max_message_size

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().