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::OrderCancelled > |
using | bitfields_to_type_map = optional::OrderCancelled::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 | |
OrderCancelled () noexcept(true) FORCE_INLINE | |
OrderCancelled (uint32_t seqNum, ClientOrderID_t const &clID, OrderRejectReason orr, Price_t p, Side s, uint32_t ls, uint32_t ordQty) noexcept(true) FORCE_INLINE | |
const ClientOrderID_t & | clientOrderID () const noexcept(true) |
void | clientOrderID (ClientOrderID_t const &clID) noexcept(true) |
Side | side () const noexcept(true) |
uint32_t | orderQty () const noexcept(true) |
uint32_t | leavesQty () const noexcept(true) |
uint32_t | lastShares () const noexcept(true) |
Price_t | lastPrice () const 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 | cancelReason |
![]() | |
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.6 Order Cancelled"
Definition at line 641 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderCancelled::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 644 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderCancelled::bitfields_to_type_map = optional::OrderCancelled::bitfields_to_type_map |
Definition at line 643 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderCancelled::Header_t = Header<MsgType, MsgType::OrderCancelled> |
Definition at line 642 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 645 of file messages.hpp.
|
inlineexplicitnoexcept |
Definition at line 369 of file messages_impl.hpp.
|
inlineexplicitnoexcept |
Definition at line 375 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 654 of file messages.hpp.
|
inlinenoexcept |
Definition at line 657 of file messages.hpp.
|
inlinenoexcept |
Definition at line 407 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 402 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 397 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 392 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 387 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
const OrderRejectReason isimud::exchanges::BATSBOE::common::OrderCancelled::cancelReason |
Definition at line 675 of file messages.hpp.
const DateTime_t isimud::exchanges::BATSBOE::common::OrderCancelled::transactionTime |
Definition at line 649 of file messages.hpp.