JayBeams
0.1
Another project to have fun coding.
|
#include "jb/itch5/mold_udp_pacer_config.hpp"
#include <jb/itch5/mold_udp_protocol_constants.hpp>
#include <chrono>
#include <sstream>
#include <stdexcept>
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::defaults | |
Default the default values for ITCH-5.x configuation. | |
Macros | |
#define | JB_ITCH5_DEFAULTS_maximum_delay_microseconds 100 |
#define | JB_ITCH5_DEFAULTS_maximum_transmission_unit 508 |
#define JB_ITCH5_DEFAULTS_maximum_delay_microseconds 100 |
Definition at line 15 of file mold_udp_pacer_config.cpp.
#define JB_ITCH5_DEFAULTS_maximum_transmission_unit 508 |
Definition at line 41 of file mold_udp_pacer_config.cpp.