libjmmcg  build_2176
A C++ library containing an eclectic mix of useful, advanced components.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
jmmcg::exchanges::MIT::LSE::tests Namespace Reference

Functions

 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_size_client_to_exchange_msg)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_size_exchange_to_client_msg)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_msg_size)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonRequest),==, 80)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonReply),==, 38)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),==, 24)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ClientHeartbeat),==, 4)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequest),==, 9)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequestAck),==, 5)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageReport),==, 5)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Reject),==, 59)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::SystemStatus),==, 6)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrder),==, 101)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewQuote),==, 76)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReplaceRequest),==, 116)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelRequest),==, 73)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelRequest),==, 46)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ExecutionReport),==, 155)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReject),==, 73)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelReport),==, 56)
 
 BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::BusinessReject),==, 63)
 

Detailed Description

Test:
MIT LSE size tests.

Function Documentation

jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::Header_t ,
<=  ,
MsgTypes::max_size_client_to_exchange_msg   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::Header_t ,
<=  ,
MsgTypes::max_size_exchange_to_client_msg   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::Header_t ,
<=  ,
MsgTypes::max_msg_size   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::LogonRequest ,
80   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::LogonReply ,
38   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::LogoutRequest ,
24   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::ClientHeartbeat ,
 
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::MissedMessageRequest ,
 
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::MissedMessageRequestAck ,
 
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::MissedMessageReport ,
 
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::Reject ,
59   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::SystemStatus ,
 
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::NewOrder ,
101   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::NewQuote ,
76   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::OrderCancelReplaceRequest ,
116   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::OrderCancelRequest ,
73   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::OrderMassCancelRequest ,
46   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::ExecutionReport ,
155   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::OrderCancelReject ,
73   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::OrderMassCancelReport ,
56   
)
jmmcg::exchanges::MIT::LSE::tests::BOOST_MPL_ASSERT_RELATION ( sizeof(MsgTypes::BusinessReject ,
63   
)