JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/base_decoders.hpp>
#include <jb/itch5/char_list_validator.hpp>
#include <boost/operators.hpp>
#include <cctype>
#include <iostream>
Go to the source code of this file.
Classes | |
class | jb::itch5::char_list_field< V > |
A helper type to define char fields with a limited set of values. More... | |
struct | jb::itch5::decoder< validate, char_list_field< V... > > |
Specialize decoder<bool,T> for char_list_field. 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 | |
template<int... V> | |
std::ostream & | jb::itch5::operator<< (std::ostream &os, char_list_field< V... > const &x) |
Streaming operator for jb::itch5::char_list_field<> More... | |