JayBeams
0.1
Another project to have fun coding.
|
#include "jb/itch5/mold_udp_channel.hpp"
#include <jb/itch5/base_decoders.hpp>
#include <jb/itch5/make_socket_udp_recv.hpp>
#include <jb/itch5/mold_udp_protocol_constants.hpp>
#include <jb/itch5/udp_receiver_config.hpp>
#include <jb/log.hpp>
#include <boost/asio/ip/multicast.hpp>
#include <utility>
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. | |