libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <messages.hpp>
Public Types | |
enum | : std::size_t { header_t_size =sizeof(Header_t) } |
using | Header_t = Header< MsgType, MsgType::OrderRejected > |
using | bitfields_to_type_map = optional::OrderRejected::bitfields_to_type_map |
using | bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
using | RejectCode_t = int |
![]() | |
enum | |
enum | |
using | MsgType_t = MsgType |
using | MsgTypes_t = common::MsgType_t |
Public Member Functions | |
OrderRejected () noexcept(true) FORCE_INLINE | |
OrderRejected (uint32_t seqNum, ClientOrderID_t const &clID, OrderRejectReason orr) noexcept(true) FORCE_INLINE | |
const ClientOrderID_t & | clientOrderID () const noexcept(true) |
void | clientOrderID (ClientOrderID_t const &clID) noexcept(true) |
![]() | |
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 DateTime_t | transactionTime |
const OrderRejectReason | orderRejectReason |
![]() | |
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 |
Static Public Attributes | |
static constexpr const OrderRejectReason | unknown_msg =OrderRejectReason::UnforeseenReason |
Additional Inherited Members | |
![]() | |
~Header () noexcept(true)=default | |
![]() | |
std::uint16_t | length_ |
Section: "4.2.2 Order Rejected"
Definition at line 503 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderRejected::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 506 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderRejected::bitfields_to_type_map = optional::OrderRejected::bitfields_to_type_map |
Definition at line 505 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderRejected::Header_t = Header<MsgType, MsgType::OrderRejected> |
Definition at line 504 of file messages.hpp.
Definition at line 507 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 508 of file messages.hpp.
|
inlinenoexcept |
Definition at line 290 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 296 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 518 of file messages.hpp.
|
inlinenoexcept |
Definition at line 521 of file messages.hpp.
const OrderRejectReason isimud::exchanges::BATSBOE::common::OrderRejected::orderRejectReason |
Definition at line 529 of file messages.hpp.
const DateTime_t isimud::exchanges::BATSBOE::common::OrderRejected::transactionTime |
Definition at line 513 of file messages.hpp.
|
inlinestaticconstexpr |
Definition at line 511 of file messages.hpp.