libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::MIT::common::SystemStatus Struct Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::MIT::common::SystemStatus:
[legend]
Collaboration diagram for isimud::exchanges::MIT::common::SystemStatus:
[legend]

Public Types

enum  : MsgType_t { static_type =static_cast<MsgType_t>(AdminMsgType::SystemStatus) }
 
enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header
 
- Public Types inherited from isimud::exchanges::MIT::common::Header
enum  : bool { has_static_size =true }
 
using ClientOrderID_t = common::ClientOrderID_t
 
using OrderID_t = common::OrderID_t
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

 SystemStatus () noexcept(true) FORCE_INLINE
 
- Public Member Functions inherited from isimud::exchanges::MIT::common::Header
MsgType_t type () const noexcept(true)
 
std::uint16_t length () const noexcept(true)
 
bool is_valid () const noexcept(true)
 

Public Attributes

AppID appID
 
AppStatus appStatus
 
- Public Attributes inherited from isimud::exchanges::MIT::common::Header
enum isimud::exchanges::MIT::common::Header:: { ... }  __attribute__
 
const std::int8_t start_of_message =2
 
const std::int16_t length_
 
const MsgType_t type_
 

Additional Inherited Members

- Protected Member Functions inherited from isimud::exchanges::MIT::common::Header
template<class MsgT >
constexpr Header (MsgT const *) noexcept(true) FORCE_INLINE
 

Detailed Description

Section: "8.3.9 System Status"

Definition at line 373 of file messages.hpp.

Member Typedef Documentation

◆ Header_t

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : MsgType_t
Enumerator
static_type 

Definition at line 375 of file messages.hpp.

◆ anonymous enum

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 378 of file messages.hpp.

Constructor & Destructor Documentation

◆ SystemStatus()

isimud::exchanges::MIT::common::SystemStatus::SystemStatus ( )
inlinenoexcept

Definition at line 187 of file messages_impl.hpp.

Member Data Documentation

◆ appID

AppID isimud::exchanges::MIT::common::SystemStatus::appID

Definition at line 382 of file messages.hpp.

◆ appStatus

AppStatus isimud::exchanges::MIT::common::SystemStatus::appStatus

Definition at line 383 of file messages.hpp.


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