libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include <boost/mpl/list.hpp>
#include "../exchanges/MIT/BIT/messages.hpp"
#include "../exchanges/MIT/JSE/messages.hpp"
#include "../exchanges/MIT/LSE/messages.hpp"
#include "../exchanges/MIT/OSLO/messages.hpp"
#include "../exchanges/MIT/TRQ/messages.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE isimud_tests |
Typedefs | |
typedef boost::mpl::list< exchanges::MIT::BIT::MsgTypes, exchanges::MIT::JSE::MsgTypes, exchanges::MIT::LSE::MsgTypes, exchanges::MIT::OSLO::MsgTypes, exchanges::MIT::TRQ::MsgTypes > | msg_types |
Functions | |
BOOST_AUTO_TEST_CASE_TEMPLATE (print_details, msg, msg_types) | |
BOOST_AUTO_TEST_CASE_TEMPLATE (ctor, msg, msg_types) | |
#define BOOST_TEST_MODULE isimud_tests |
Definition at line 21 of file mit_basic.cpp.
typedef boost::mpl::list< exchanges::MIT::BIT::MsgTypes, exchanges::MIT::JSE::MsgTypes, exchanges::MIT::LSE::MsgTypes, exchanges::MIT::OSLO::MsgTypes, exchanges::MIT::TRQ::MsgTypes> msg_types |
Definition at line 40 of file mit_basic.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | ctor | , |
msg | , | ||
msg_types | |||
) |
Definition at line 50 of file mit_basic.cpp.
References isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::Buy, isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::Day, isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::Market, and isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::Partition1.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | print_details | , |
msg | , | ||
msg_types | |||
) |
Definition at line 44 of file mit_basic.cpp.