JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/base_decoders.hpp>
#include <jb/itch5/process_buffer_mlist.hpp>
#include <jb/log.hpp>
Go to the source code of this file.
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<typename message_handler , typename... message_types> | |
void | jb::itch5::process_iostream_mlist (std::istream &is, message_handler &handler) |