|
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_batsboe_eu_conversions.hpp"Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE isimud_tests |
Typedefs | |
| typedef boost::mpl::list< exchanges::BATSBOE::EU::v1::MsgTypes > | msg_types |
Functions | |
| const exchanges::BATSBOE::common::SeqNum_t | sequenceNumber (1) |
| BOOST_AUTO_TEST_CASE_TEMPLATE (LogonRequest, msg, msg_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (LogoutRequest, msg, msg_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (ClientHeartbeat, msg, msg_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (ServerHeartbeat, 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_batsboe_eu.cpp.
| typedef boost::mpl::list< exchanges::BATSBOE::EU::v1::MsgTypes> msg_types |
Definition at line 35 of file fix_to_batsboe_eu.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | ClientHeartbeat | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 61 of file fix_to_batsboe_eu.cpp.
References sequenceNumber().
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | LogonRequest | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 41 of file fix_to_batsboe_eu.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | LogoutRequest | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 52 of file fix_to_batsboe_eu.cpp.
References sequenceNumber().
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | NewOrderSingle | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 83 of file fix_to_batsboe_eu.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderCancelReplace | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 125 of file fix_to_batsboe_eu.cpp.
References sequenceNumber().
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderCancelRequest | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 115 of file fix_to_batsboe_eu.cpp.
References sequenceNumber().
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | ServerHeartbeat | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 70 of file fix_to_batsboe_eu.cpp.
References sequenceNumber().
| const exchanges::BATSBOE::common::SeqNum_t sequenceNumber | ( | 1 | ) |
Referenced by BOOST_AUTO_TEST_CASE_TEMPLATE().