JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/make_socket_udp_common.hpp>
#include <jb/itch5/udp_receiver_config.hpp>
#include <boost/asio/ip/multicast.hpp>
#include <boost/asio/ip/udp.hpp>
#include <string>
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. | |
jb::itch5::detail | |
Functions | |
template<class socket_t > | |
void | jb::itch5::detail::setup_socket_udp_recv (socket_t &socket, udp_receiver_config const &cfg) |
Configure a socket to receive UDP packets. More... | |
template<class socket_t = boost::asio::ip::udp::socket> | |
socket_t | jb::itch5::make_socket_udp_recv (boost::asio::io_service &io, udp_receiver_config const &cfg) |
Create a socket given the configuration parameters. More... | |