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

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   isimud_tests
 

Typedefs

typedef boost::mpl::list< exchanges::BATSBOE::US::v1::MsgTypesmsg_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)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   isimud_tests

Definition at line 21 of file fix_to_batsboe_us.cpp.

Typedef Documentation

◆ msg_types

typedef boost::mpl::list< exchanges::BATSBOE::US::v1::MsgTypes> msg_types

Definition at line 35 of file fix_to_batsboe_us.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( ClientHeartbeat  ,
msg  ,
msg_types   
)

Definition at line 63 of file fix_to_batsboe_us.cpp.

References sequenceNumber().

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( LogonRequest  ,
msg  ,
msg_types   
)

Definition at line 41 of file fix_to_batsboe_us.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( LogoutRequest  ,
msg  ,
msg_types   
)

Definition at line 53 of file fix_to_batsboe_us.cpp.

References sequenceNumber().

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [4/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( NewOrderSingle  ,
msg  ,
msg_types   
)

Definition at line 87 of file fix_to_batsboe_us.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [5/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( OrderCancelReplace  ,
msg  ,
msg_types   
)

Definition at line 129 of file fix_to_batsboe_us.cpp.

References sequenceNumber().

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [6/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( OrderCancelRequest  ,
msg  ,
msg_types   
)

Definition at line 119 of file fix_to_batsboe_us.cpp.

References sequenceNumber().

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [7/7]

BOOST_AUTO_TEST_CASE_TEMPLATE ( ServerHeartbeat  ,
msg  ,
msg_types   
)

Definition at line 73 of file fix_to_batsboe_us.cpp.

References sequenceNumber().

◆ sequenceNumber()

const exchanges::BATSBOE::common::SeqNum_t sequenceNumber ( )