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::TradeCaptureDecline > |
using | bitfields_to_type_map = optional::TradeCaptureConfirm::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 | |
TradeCaptureDecline (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.13 Trade Capture Decline"
Definition at line 182 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureDecline::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 185 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureDecline::bitfields_to_type_map = optional::TradeCaptureConfirm::bitfields_to_type_map |
Definition at line 184 of file messages.hpp.
using isimud::exchanges::BATSBOE::EU::TradeCaptureDecline::Header_t = common::Header<MsgType, MsgType::TradeCaptureDecline> |
Definition at line 183 of file messages.hpp.
|
inlineexplicitnoexcept |
Definition at line 115 of file messages_impl.hpp.
const common::DateTime_t isimud::exchanges::BATSBOE::EU::TradeCaptureDecline::transactionTime |
Definition at line 187 of file messages.hpp.