|
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/batsboe_eu_to_fix_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 |
Variables | |
| const int32_t | seqNum =1 |
| const exchanges::BATSBOE::common::ClientOrderID_t | clientOrderId1 {"abcdefghijklm0test1"} |
| const exchanges::BATSBOE::common::Price_t | price =42*exchanges::BATSBOE::common::implied_decimal_places |
| const exchanges::BATSBOE::common::SecurityID_t | instID {"GB00BH4HKS39"} |
| const exchanges::BATSBOE::common::Side | s =exchanges::BATSBOE::common::Side::Buy |
| #define BOOST_TEST_MODULE isimud_tests |
Definition at line 21 of file batsboe_eu_to_fix.cpp.
| typedef boost::mpl::list< exchanges::BATSBOE::EU::v1::MsgTypes> msg_types |
Definition at line 40 of file batsboe_eu_to_fix.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | CancelRejected | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 74 of file batsboe_eu_to_fix.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderCancelled | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 90 of file batsboe_eu_to_fix.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderExecution | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 44 of file batsboe_eu_to_fix.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | OrderRejected | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 66 of file batsboe_eu_to_fix.cpp.
| BOOST_AUTO_TEST_CASE_TEMPLATE | ( | UserModifyRejected | , |
| msg | , | ||
| msg_types | |||
| ) |
Definition at line 82 of file batsboe_eu_to_fix.cpp.
| const exchanges::BATSBOE::common::ClientOrderID_t clientOrderId1 {"abcdefghijklm0test1"} |
Definition at line 32 of file batsboe_eu_to_fix.cpp.
| const exchanges::BATSBOE::common::SecurityID_t instID {"GB00BH4HKS39"} |
Definition at line 34 of file batsboe_eu_to_fix.cpp.
| const exchanges::BATSBOE::common::Price_t price =42*exchanges::BATSBOE::common::implied_decimal_places |
Definition at line 33 of file batsboe_eu_to_fix.cpp.
| const exchanges::BATSBOE::common::Side s =exchanges::BATSBOE::common::Side::Buy |
Definition at line 35 of file batsboe_eu_to_fix.cpp.
| const int32_t seqNum =1 |
Definition at line 31 of file batsboe_eu_to_fix.cpp.