JayBeams  0.1
Another project to have fun coding.
Functions
ut_price_levels.cpp File Reference
#include "jb/itch5/price_levels.hpp"
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (price_levels_4)
 Verify that jb::itch5::price_levels() works correctly for price4_t. More...
 
 BOOST_AUTO_TEST_CASE (price_levels_8)
 Verify that jb::itch5::price_levels() works correctly for price8_t. More...
 
 BOOST_AUTO_TEST_CASE (level_to_price_4)
 Verify that jb::itch5::level_to_price() works correctly for price4_t. More...
 
 BOOST_AUTO_TEST_CASE (level_to_price_8)
 Verify that jb::itch5::level_to_price() works correctly for price8_t. More...
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( price_levels_4  )

Verify that jb::itch5::price_levels() works correctly for price4_t.

Definition at line 61 of file ut_price_levels.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( price_levels_8  )

Verify that jb::itch5::price_levels() works correctly for price8_t.

Definition at line 68 of file ut_price_levels.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( level_to_price_4  )

Verify that jb::itch5::level_to_price() works correctly for price4_t.

Definition at line 75 of file ut_price_levels.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( level_to_price_8  )

Verify that jb::itch5::level_to_price() works correctly for price8_t.

Definition at line 82 of file ut_price_levels.cpp.