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

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   isimud_tests
 

Typedefs

typedef boost::mpl::list< std::pair< exchanges::MIT::BIT::MsgTypes, exchanges::MIT::BIT::MsgTypes::ref_data >, std::pair< exchanges::MIT::JSE::MsgTypes, exchanges::MIT::JSE::MsgTypes::ref_data >, std::pair< exchanges::MIT::LSE::MsgTypes, exchanges::MIT::LSE::MsgTypes::ref_data >, std::pair< exchanges::MIT::OSLO::MsgTypes, exchanges::MIT::OSLO::MsgTypes::ref_data >, std::pair< exchanges::MIT::TRQ::MsgTypes, exchanges::MIT::TRQ::MsgTypes::ref_data >> msg_types
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (LogonRequest, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (Logout, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (ClientHeartbeat, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (NewOrderSingle, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (OrderCancelRequest, msg, msg_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (OrderCancelReplace, msg, msg_types)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   isimud_tests

Definition at line 21 of file fix_to_mit.cpp.

Typedef Documentation

◆ msg_types

Function Documentation

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( ClientHeartbeat  ,
msg  ,
msg_types   
)

Definition at line 66 of file fix_to_mit.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( LogonRequest  ,
msg  ,
msg_types   
)

Definition at line 43 of file fix_to_mit.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( Logout  ,
msg  ,
msg_types   
)

Definition at line 56 of file fix_to_mit.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [4/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( NewOrderSingle  ,
msg  ,
msg_types   
)

Definition at line 80 of file fix_to_mit.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [5/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( OrderCancelReplace  ,
msg  ,
msg_types   
)

Definition at line 136 of file fix_to_mit.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [6/6]

BOOST_AUTO_TEST_CASE_TEMPLATE ( OrderCancelRequest  ,
msg  ,
msg_types   
)

Definition at line 119 of file fix_to_mit.cpp.