JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Typedefs | Functions
stock_trading_action_message.hpp File Reference
#include <jb/itch5/char_list_field.hpp>
#include <jb/itch5/message_header.hpp>
#include <jb/itch5/stock_field.hpp>

Go to the source code of this file.

Classes

struct  jb::itch5::stock_trading_action_message
 Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol. More...
 
struct  jb::itch5::decoder< V, stock_trading_action_message >
 Specialize decoder for a jb::itch5::stock_trading_action_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 'H', u 'P', u 'Q', u 'T'> jb::itch5::trading_state_t
 Represent the 'Trading State' field on a 'Stock Trading Action' message. More...
 
typedef short_string_field< 4 > jb::itch5::reason_t
 Represent the 'Reason' field in a 'Stock Trading Action' message. More...
 

Functions

std::ostream & jb::itch5::operator<< (std::ostream &os, stock_trading_action_message const &x)
 Streaming operator for jb::itch5::stock_trading_action_message. More...