JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
ut_generate_inside.cpp File Reference
#include <jb/itch5/generate_inside.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>

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 based_order_book >
void jb::itch5::testing::test_generate_inside_basic (based_order_book &base)
 Test generate_inside. More...
 
 BOOST_AUTO_TEST_CASE (generate_inside_basic)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( generate_inside_basic  )
Test:
Verify that jb::itch5::generate_inside works as expected.

Definition at line 129 of file ut_generate_inside.cpp.

References jb::itch5::testing::test_generate_inside_basic().