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::common::OrderMassCancelReport< Specific > Struct Template Reference

#include <messages.hpp>

Inheritance diagram for jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >:
[legend]
Collaboration diagram for jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >:
[legend]

Public Types

enum  : MsgType_t { type_const =static_cast<MsgType_t>(ServerMsgType::OrderMassCancelReport) }
 
enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header
 
using specific_t = Specific
 
using RejectCode_t = typename specific_t::RejectCode_t
 
- Public Types inherited from jmmcg::exchanges::MIT::common::Header
enum  : bool { has_static_size =true }
 
using ClientOrderID_t = common::ClientOrderID_t
 
using OrderID_t = common::OrderID_t
 

Public Member Functions

 OrderMassCancelReport () noexcept(true) FORCE_INLINE
 
ClientOrderID_t const & clientOrderID () const noexcept(true)
 
void clientOrderID (ClientOrderID_t const &clID) noexcept(true)
 
- Public Member Functions inherited from jmmcg::exchanges::MIT::common::Header
template<class MsgT >
constexpr Header (std::size_t l, MsgT t) noexcept(true) FORCE_INLINE
 
MsgType_t type () const noexcept(true)
 
uint16_t length () const noexcept(true)
 

Public Attributes

AppID appID
 
int32_t sequenceNumber
 
ClientOrderID_t clientOrderID_
 
MassCancelResponse massCancelResponse
 
RejectCode_t massCancelRejectReason
 
specific_t specific
 
- Public Attributes inherited from jmmcg::exchanges::MIT::common::Header
enum
jmmcg::exchanges::MIT::common::Header:: { ... }  
__attribute__
 
const std::int8_t start_of_message =2
 
const int16_t length_
 
const MsgType_t type_
 

Detailed Description

template<class Specific>
struct jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >

Section: "8.4.8 Order Mass Cancel Report"

Definition at line 763 of file messages.hpp.

Member Typedef Documentation

template<class Specific >
using jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::Header_t = Header

Definition at line 764 of file messages.hpp.

template<class Specific >
using jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::RejectCode_t = typename specific_t::RejectCode_t

Definition at line 772 of file messages.hpp.

template<class Specific >
using jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::specific_t = Specific

Definition at line 771 of file messages.hpp.

Member Enumeration Documentation

template<class Specific >
anonymous enum : MsgType_t
Enumerator
type_const 

Definition at line 765 of file messages.hpp.

template<class Specific >
anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 768 of file messages.hpp.

Constructor & Destructor Documentation

template<class Specific >
jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::OrderMassCancelReport ( )
inlinenoexcept

Definition at line 209 of file messages_impl.hpp.

Member Function Documentation

template<class Specific >
ClientOrderID_t const& jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::clientOrderID ( ) const
inlinenoexcept

Definition at line 783 of file messages.hpp.

template<class Specific >
void jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::clientOrderID ( ClientOrderID_t const &  clID)
inlinenoexcept

Definition at line 786 of file messages.hpp.

Member Data Documentation

template<class Specific >
AppID jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::appID

Definition at line 774 of file messages.hpp.

template<class Specific >
ClientOrderID_t jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::clientOrderID_

Definition at line 776 of file messages.hpp.

template<class Specific >
RejectCode_t jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::massCancelRejectReason

Definition at line 778 of file messages.hpp.

template<class Specific >
MassCancelResponse jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::massCancelResponse

Definition at line 777 of file messages.hpp.

template<class Specific >
int32_t jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::sequenceNumber

Definition at line 775 of file messages.hpp.

template<class Specific >
specific_t jmmcg::exchanges::MIT::common::OrderMassCancelReport< Specific >::specific

Definition at line 779 of file messages.hpp.


The documentation for this struct was generated from the following files: