libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
messages.hpp File Reference
#include "config.h"
#include "../types.hpp"
#include "../../common/messages.hpp"
#include "core/max_min.hpp"
#include <boost/mpl/max_element.hpp>
#include <boost/mpl/min_element.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/variant/variant.hpp>
#include <iostream>
#include "messages_impl.hpp"
Include dependency graph for messages.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::MsgTypes
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::MsgTypes::ref_data
 

Namespaces

namespace  isimud
 
namespace  isimud::ISIMUD_VER_NAMESPACE
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests
 

Functions

 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),<=, MsgTypes::max_size_client_to_exchange_msg)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),<=, MsgTypes::max_size_exchange_to_client_msg)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),<=, MsgTypes::max_msg_size)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonRequest),==, 261)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),==, 10)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ClientHeartbeat),==, 10)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonReply),==, 11)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Logout),==, 76)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ServerHeartbeat),==, 10)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ReplayComplete),==, 10)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrder_t),==, 157)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::CancelOrder),==, 36)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ModifyOrder),==, 73)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderAcknowledgement),==, 245)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderRejected),==, 213)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderModified),==, 205)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderRestated),==, 216)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::UserModifyRejected),==, 108)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelled),==, 191)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::CancelRejected),==, 100)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderExecution),==, 215)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::BATSBOE::US::v2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TradeCancelOrCorrect),==, 170)