libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <messages.hpp>
Public Types | |
enum | : MsgType_t { static_type =static_cast<MsgType_t>(AdminMsgType::MissedMessageRequest) } |
enum | : std::size_t { header_t_size =sizeof(Header_t) } |
using | Header_t = 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 | |
constexpr | MissedMessageRequest (AppID a, std::int32_t l) noexcept(true) FORCE_INLINE |
![]() | |
MsgType_t | type () const noexcept(true) |
std::uint16_t | length () const noexcept(true) |
bool | is_valid () const noexcept(true) |
Public Attributes | |
const AppID | appID |
const std::int32_t | lastMsgSeqNum |
![]() | |
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 | |
![]() | |
template<class MsgT > | |
constexpr | Header (MsgT const *) noexcept(true) FORCE_INLINE |
Section: "8.3.5 Missed Message Request"
Definition at line 271 of file messages.hpp.
Definition at line 272 of file messages.hpp.
anonymous enum : MsgType_t |
Enumerator | |
---|---|
static_type |
Definition at line 273 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 276 of file messages.hpp.
|
inlineconstexprnoexcept |
Definition at line 152 of file messages_impl.hpp.
const AppID isimud::exchanges::MIT::common::MissedMessageRequest::appID |
Definition at line 280 of file messages.hpp.
const std::int32_t isimud::exchanges::MIT::common::MissedMessageRequest::lastMsgSeqNum |
Definition at line 281 of file messages.hpp.