JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
seconds_field.hpp File Reference
#include <jb/itch5/base_decoders.hpp>
#include <chrono>
#include <iosfwd>

Go to the source code of this file.

Classes

class  jb::itch5::seconds_field
 Represent a ITCH-5.0 seconds_field. More...
 
struct  jb::itch5::decoder< validate, seconds_field >
 Specialize jb::itch5::decoder<> for a seconds_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<bool validate>
void jb::itch5::check_seconds_field_range (seconds_field const &t)
 Validate the a seconds_field value. More...
 
template<>
void jb::itch5::check_seconds_field_range< true > (seconds_field const &t)
 Provide an active implementation of jb::itch5::check_seconds_field_range<> More...
 
std::ostream & jb::itch5::operator<< (std::ostream &os, seconds_field const &x)
 Streaming operator for jb::itch5::seconds_field. More...