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/conversions/fix_to_mit_conversions.hpp"
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) | |
#define BOOST_TEST_MODULE isimud_tests |
Definition at line 21 of file fix_to_mit.cpp.
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 |
Definition at line 37 of file fix_to_mit.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | ClientHeartbeat | , |
msg | , | ||
msg_types | |||
) |
Definition at line 66 of file fix_to_mit.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | LogonRequest | , |
msg | , | ||
msg_types | |||
) |
Definition at line 43 of file fix_to_mit.cpp.
Definition at line 56 of file fix_to_mit.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | NewOrderSingle | , |
msg | , | ||
msg_types | |||
) |
Definition at line 80 of file fix_to_mit.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderCancelReplace | , |
msg | , | ||
msg_types | |||
) |
Definition at line 136 of file fix_to_mit.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderCancelRequest | , |
msg | , | ||
msg_types | |||
) |
Definition at line 119 of file fix_to_mit.cpp.