JayBeams
0.1
Another project to have fun coding.
|
#include <boost/test/unit_test.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. | |
jb::itch5::testing | |
Functions used in testing jb::itch5 entities. | |
Functions | |
template<typename side_type > | |
void | jb::itch5::testing::test_side_type_trivial (side_type &tested) |
side_type class trivial member tests. More... | |
template<typename side_type > | |
void | jb::itch5::testing::test_side_type_errors (side_type &tested) |
Test side type error handling. More... | |
template<typename side_type > | |
void | jb::itch5::testing::test_side_type_errors_spec (side_type &tested) |
Test side type error handling. More... | |
template<typename side_type > | |
void | jb::itch5::testing::test_side_type_add_reduce (side_type &tested) |
template<typename order_book > | |
void | jb::itch5::testing::test_order_book_type_trivial () |
order_book type trivial test. More... | |
template<typename order_book > | |
void | jb::itch5::testing::test_order_book_type_errors () |
order_book type error handling test. More... | |
template<typename order_book > | |
void | jb::itch5::testing::test_order_book_type_errors_spec () |
order_book type error handling array_based specific tests. More... | |
template<typename order_book > | |
void | jb::itch5::testing::test_order_book_type_add_reduce () |
order_book type add and reduce handling test. More... | |