JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Classes | |
struct | jb::itch5::char_list_validator< validate, V > |
Define a functor to validate character fields with limited values. More... | |
struct | jb::itch5::char_list_validator< true > |
Specialize for the empty list. More... | |
struct | jb::itch5::char_list_validator< true, a, V... > |
Recursively define the validator for the enabled case. More... | |
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. | |
Functions | |
void | jb::itch5::char_list_validation_failed (int x) |
Helper function, raises an exception describing a mismatched value. More... | |