|
| 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),==, 30) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonReply),==, 12) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),==, 24) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ClientHeartbeat),==, 4) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Reject),==, 59) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequest),==, 9) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequestAck),==, 5) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TransmissionComplete),==, 5) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::SystemStatus),==, 6) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrder),==, 108) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelRequest),==, 88) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelRequest),==, 37) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReplaceRequest),==, 136) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrderCross),==, 139) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ExecutionReport),==, 149) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReject),==, 54) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelReport),==, 43) |
|
| BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::BusinessReject),==, 54) |
|