JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Classes | |
struct | jb::itch5::system_event_message |
Represent a 'System Event Message' in the ITCH-5.0 protocol. More... | |
struct | jb::itch5::decoder< validate, system_event_message > |
Specialize decoder for a jb::itch5::system_event_message. 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. | |
Typedefs | |
typedef char_list_field< u 'O', u 'S', u 'Q', u 'M', u 'E', u 'C'> | jb::itch5::event_code_t |
Represent the 'Event Code' field on a 'System Event Message'. More... | |
Functions | |
std::ostream & | jb::itch5::operator<< (std::ostream &os, system_event_message const &x) |
Streaming operator for jb::itch5::system_event_message. More... | |