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/BATSBOE/US/v1/messages.hpp"
#include "../exchanges/BATSBOE/US/v2/messages.hpp"
#include "core/ttypes.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE isimud_tests |
Typedefs | |
typedef boost::mpl::list< exchanges::BATSBOE::US::v1::MsgTypes > | msg_types |
Functions | |
const exchanges::BATSBOE::common::Price_t | price (1) |
const exchanges::BATSBOE::common::SeqNum_t | sequenceNumber (1) |
BOOST_AUTO_TEST_CASE_TEMPLATE (print_details, msg, msg_types) | |
BOOST_AUTO_TEST_CASE_TEMPLATE (ctor, msg, msg_types) | |
BOOST_AUTO_TEST_CASE_TEMPLATE (find_value, msg, msg_types) | |
Variables | |
const exchanges::BATSBOE::common::ClientOrderID_t | clientOrderID {"0000000000000000001"} |
const exchanges::BATSBOE::common::SecurityID_t | instID {"000000000000001"} |
const exchanges::BATSBOE::common::SessionSubID_t | sessionSubID {"001"} |
#define BOOST_TEST_MODULE isimud_tests |
Definition at line 21 of file batsboe_us_basic.cpp.
typedef boost::mpl::list< exchanges::BATSBOE::US::v1::MsgTypes> msg_types |
Definition at line 42 of file batsboe_us_basic.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | ctor | , |
msg | , | ||
msg_types | |||
) |
Definition at line 52 of file batsboe_us_basic.cpp.
References sequenceNumber(), and isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::common::UserRequested.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | find_value | , |
msg | , | ||
msg_types | |||
) |
Definition at line 190 of file batsboe_us_basic.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | print_details | , |
msg | , | ||
msg_types | |||
) |
Definition at line 46 of file batsboe_us_basic.cpp.
const exchanges::BATSBOE::common::Price_t price | ( | 1 | ) |
const exchanges::BATSBOE::common::SeqNum_t sequenceNumber | ( | 1 | ) |
Referenced by BOOST_AUTO_TEST_CASE_TEMPLATE().
const exchanges::BATSBOE::common::ClientOrderID_t clientOrderID {"0000000000000000001"} |
Definition at line 33 of file batsboe_us_basic.cpp.
const exchanges::BATSBOE::common::SecurityID_t instID {"000000000000001"} |
Definition at line 34 of file batsboe_us_basic.cpp.
const exchanges::BATSBOE::common::SessionSubID_t sessionSubID {"001"} |
Definition at line 36 of file batsboe_us_basic.cpp.