libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
fix_basic.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include <boost/mpl/list.hpp>
#include "../exchanges/FIX/v5.0sp2/messages.hpp"
Include dependency graph for fix_basic.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   isimud_tests
 

Typedefs

using msg_types = boost::mpl::list< exchanges::FIX::v5_0sp2::MsgTypes >
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (print_details, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (logon, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (LogoutRequest, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (hearbeat, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (new_order, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (order_cancel, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (order_cancel_replace, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (order_reject, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (execution_report, msg, msg_types)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   isimud_tests

Definition at line 21 of file fix_basic.cpp.

Typedef Documentation

◆ msg_types

typedef boost::mpl::list< exchanges::MIT::BIT::MsgTypes > msg_types

Definition at line 32 of file fix_basic.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( execution_report  ,
msg  ,
msg_types   
)

Definition at line 163 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( hearbeat  ,
msg  ,
msg_types   
)

Definition at line 66 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( logon  ,
msg  ,
msg_types   
)

Definition at line 44 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [4/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( LogoutRequest  ,
msg  ,
msg_types   
)

Definition at line 57 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [5/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( new_order  ,
msg  ,
msg_types   
)

Definition at line 79 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [6/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( order_cancel  ,
msg  ,
msg_types   
)

Definition at line 104 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [7/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( order_cancel_replace  ,
msg  ,
msg_types   
)

Definition at line 123 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [8/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( order_reject  ,
msg  ,
msg_types   
)

Definition at line 152 of file fix_basic.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [9/9]

BOOST_AUTO_TEST_CASE_TEMPLATE ( print_details  ,
msg  ,
msg_types   
)

Definition at line 38 of file fix_basic.cpp.