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::Heartbeat) } |
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 | Heartbeat () noexcept(true) FORCE_INLINE |
template<class SrcMsg > | |
constexpr __stdcall | Heartbeat (SrcMsg const &msg) noexcept(true)=deleteFORCE_INLINE |
Create a message from the source message. More... | |
template<> | |
constexpr __stdcall | Heartbeat (FIX::v5_0sp2::MsgTypes::ClientHeartbeat const &) noexcept(true) |
![]() | |
MsgType_t | type () const noexcept(true) |
std::uint16_t | length () const noexcept(true) |
bool | is_valid () const noexcept(true) |
Additional Inherited Members | |
![]() | |
enum isimud::exchanges::MIT::common::Header:: { ... } | __attribute__ |
const std::int8_t | start_of_message =2 |
const std::int16_t | length_ |
const MsgType_t | type_ |
![]() | |
template<class MsgT > | |
constexpr | Header (MsgT const *) noexcept(true) FORCE_INLINE |
Section: "8.3.4 Heartbeat"
Definition at line 247 of file messages.hpp.
Definition at line 248 of file messages.hpp.
anonymous enum : MsgType_t |
Enumerator | |
---|---|
static_type |
Definition at line 249 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 252 of file messages.hpp.
|
inlineconstexprnoexcept |
Definition at line 147 of file messages_impl.hpp.
|
explicitconstexprdeletenoexcept |
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.
msg | The source message from which the target message should be created. |
|
inlineconstexprnoexcept |
Definition at line 222 of file fix_to_mit_conversions.hpp.