libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <messages.hpp>
Public Types | |
using | Header_t = common::Header< MsgType, MsgType::TradeCaptureReportAck > |
using | bitfields_to_type_map = optional::TradeCaptureReportAck::bitfields_to_type_map |
using | bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
![]() | |
enum | |
enum | |
using | MsgType_t = MsgType |
using | MsgTypes_t = common::MsgType_t |
Public Member Functions | |
TradeCaptureReportAck (uint32_t seqNumber) noexcept(true) FORCE_INLINE | |
![]() | |
Header (std::size_t l) noexcept(true) FORCE_INLINE | |
Header (std::size_t l, std::uint32_t seqNumber) noexcept(true) FORCE_INLINE | |
const MsgType_t | type () const noexcept(true) |
std::uint16_t | length () const noexcept(true) |
The actual, not the foolish BATSBOE-specified, length which excludes the start_of_message field. More... | |
bool | is_valid () const noexcept(true) |
Public Attributes | |
const common::DateTime_t | transactionTime |
![]() | |
enum isimud::exchanges::BATSBOE::common::Header:: { ... } | __attribute__ |
const std::uint16_t | start_of_message |
const MsgType_t | type_ |
const std::uint8_t | matchingUnit |
const std::uint32_t | sequenceNumber |
Additional Inherited Members | |
![]() | |
~Header () noexcept(true)=default | |
![]() | |
std::uint16_t | length_ |
Section: "4.2.10 Trade Capture Report Ack"
Definition at line 122 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureReportAck::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 125 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureReportAck::bitfields_to_type_map = optional::TradeCaptureReportAck::bitfields_to_type_map |
Definition at line 124 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureReportAck::Header_t = common::Header<MsgType, MsgType::TradeCaptureReportAck> |
Definition at line 123 of file messages.hpp.
|
inlineexplicitnoexcept |
Definition at line 97 of file messages_impl.hpp.
const common::DateTime_t isimud::exchanges::BATSBOE::EU::TradeCaptureReportAck::transactionTime |
Definition at line 127 of file messages.hpp.