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::OrderModified > |
using | bitfields_to_type_map = optional::OrderModified::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 | |
OrderModified () noexcept(true) FORCE_INLINE | |
OrderModified (uint32_t seqNum, ClientOrderID_t const &clID, Price_t p, Side s, uint32_t ordQty) noexcept(true) FORCE_INLINE | |
const ClientOrderID_t & | clientOrderID () const noexcept(true) |
void | clientOrderID (ClientOrderID_t const &clID) noexcept(true) |
Price_t | limitPrice () const noexcept(true) |
void | limitPrice (Price_t p) noexcept(true) |
uint32_t | orderQty () const noexcept(true) |
void | orderQty (uint32_t i) noexcept(true) |
Side | side () const noexcept(true) |
void | side (Side i) 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 |
![]() | |
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.3 Order Modified"
Definition at line 539 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderModified::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 542 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderModified::bitfields_to_type_map = optional::OrderModified::bitfields_to_type_map |
Definition at line 541 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::OrderModified::Header_t = Header<MsgType, MsgType::OrderModified> |
Definition at line 540 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 543 of file messages.hpp.
|
inlineexplicitnoexcept |
Definition at line 303 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlineexplicitnoexcept |
Definition at line 309 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 552 of file messages.hpp.
References clientOrderID().
|
inlinenoexcept |
Definition at line 555 of file messages.hpp.
References clientOrderID().
Referenced by clientOrderID().
|
inlinenoexcept |
Definition at line 319 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 324 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 329 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 334 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 339 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
inlinenoexcept |
Definition at line 344 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
const DateTime_t isimud::exchanges::BATSBOE::common::OrderModified::transactionTime |
Definition at line 547 of file messages.hpp.