JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/message_header.hpp>
Go to the source code of this file.
Classes | |
struct | jb::itch5::order_executed_message |
Represent an 'Order Executed' message in the ITCH-5.0 protocol. More... | |
struct | jb::itch5::decoder< V, order_executed_message > |
Specialize decoder for a jb::itch5::order_executed_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. | |
Functions | |
std::ostream & | jb::itch5::operator<< (std::ostream &os, order_executed_message const &x) |
Streaming operator for jb::itch5::order_executed_message. More... | |