JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/make_socket_udp_recv.hpp>
#include <jb/itch5/mold_udp_channel.hpp>
#include <jb/itch5/mold_udp_protocol_constants.hpp>
#include <jb/itch5/testing/data.hpp>
#include <jb/itch5/timestamp.hpp>
#include <jb/itch5/udp_receiver_config.hpp>
#include <jb/gmock/init.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
struct | jb::itch5::mold_udp_channel_tester |
Break encapsulation in jb::itch5::mold_udp_channel for testing purposes. 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 | |
BOOST_AUTO_TEST_CASE (itch5_mold_udp_channel_basic) | |
BOOST_AUTO_TEST_CASE (itch5_mold_udp_channel_coverage) | |
BOOST_AUTO_TEST_CASE | ( | itch5_mold_udp_channel_basic | ) |
Definition at line 98 of file ut_mold_udp_channel.cpp.
BOOST_AUTO_TEST_CASE | ( | itch5_mold_udp_channel_coverage | ) |
Definition at line 168 of file ut_mold_udp_channel.cpp.
References jb::itch5::mold_udp_channel_tester::call_with_empty_packet(), and jb::itch5::mold_udp_channel_tester::call_with_error_code().