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::JSE::TransmissionComplete Struct Reference

#include <messages.hpp>

Inheritance diagram for jmmcg::exchanges::MIT::JSE::TransmissionComplete:
[legend]
Collaboration diagram for jmmcg::exchanges::MIT::JSE::TransmissionComplete:
[legend]

Public Types

enum  : common::MsgType_t { type_const =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport) }
 
enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = common::Header
 
- 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

constexpr TransmissionComplete (const common::Status s) noexcept(true) FORCE_INLINE
 
template<class SrcMsg >
__stdcall TransmissionComplete (SrcMsg const &msg) noexcept(true)=deleteFORCE_INLINE
 Create a message from the source message. More...
 
- 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

const common::Status status
 
- 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

Section: "6.4.8 Transmission Complete"

Definition at line 69 of file messages.hpp.

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : common::MsgType_t
Enumerator
type_const 

Definition at line 71 of file messages.hpp.

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 74 of file messages.hpp.

Constructor & Destructor Documentation

constexpr jmmcg::exchanges::MIT::JSE::TransmissionComplete::TransmissionComplete ( const common::Status  s)
inlineexplicitnoexcept

Definition at line 24 of file messages_impl.hpp.

template<class SrcMsg >
__stdcall jmmcg::exchanges::MIT::JSE::TransmissionComplete::TransmissionComplete ( SrcMsg const &  msg)
explicitdeletenoexcept

Create a message from the source message.

If an error is generated, then this function will need to be specialised for the particular Msg-type.

Parameters
msgThe source message from which the target message should be created.

Member Data Documentation

const common::Status jmmcg::exchanges::MIT::JSE::TransmissionComplete::status

Definition at line 78 of file messages.hpp.


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