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/assert.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/mpl/max_element.hpp>
#include <boost/mpl/min_element.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/mpl/sizeof.hpp>
#include <boost/mpl/transform_view.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/variant/variant.hpp>
#include <iosfwd>
#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::FIX::v5_0sp2::VersionSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::LogonSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::LogoutRequestSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::HeartbeatSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::ServerHeartbeat
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::NewOrderSingleSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderCancelRequestSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderCancelReplaceSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::ExecutionReportSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::LogonReplySpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::LogoutSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::CancelOrderSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::BusinessMessageRejectSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::ModifyOrderSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::TradeCaptureReportSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::TradeCaptureReportRequestSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderAcknowledgementSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderRejectedSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderModifiedSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderRestatedSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::UserModifyRejectedSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderCancelledSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::CancelRejectedSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::OrderExecutionSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::TradeCaptureReportAckSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::TradeCaptureReportRequestAckSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::RejectSpecific
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::MsgTypes
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::MsgTypes::ref_data
 
struct  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::MsgTypes::logon_args_t
 

Namespaces

namespace  isimud
 
namespace  isimud::ISIMUD_VER_NAMESPACE
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests
 

Functions

 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonRequest),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ClientHeartbeat),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ServerHeartbeat),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrder_t),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelRequest),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReplace),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ExecutionReport),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ModifyOrder),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TradeCaptureReport),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TradeCaptureReportRequest),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonReply),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Logout),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderAcknowledgement),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderRejected),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::BusinessMessageReject),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderModified),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderRestated),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::UserModifyRejected),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelled),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::CancelRejected),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderExecution),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TradeCaptureReportAck),==, 576)
 
 isimud::ISIMUD_VER_NAMESPACE::exchanges::FIX::v5_0sp2::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TradeCaptureReportRequestAck),==, 576)