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::ModifyOrder > |
using | bitfields_to_type_map = optional::ModifyOrder::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 | |
ModifyOrder (uint32_t seqNum, ClientOrderID_t const &clID, uint32_t ordQty, Price_t p, Side s) noexcept(true) FORCE_INLINE | |
template<class SrcMsg > | |
__stdcall | ModifyOrder (SrcMsg const &msg, uint32_t seqNum) noexcept(true)=deleteFORCE_INLINE |
Create a message from the source message. More... | |
const ClientOrderID_t & | originalClientOrderID () const noexcept(true) |
void | originalClientOrderID (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) |
template<> | |
__stdcall | ModifyOrder (FIX::v5_0sp2::MsgTypes::OrderCancelReplace const &msg, std::uint32_t seqNum) 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) |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
~Header () noexcept(true)=default | |
![]() | |
std::uint16_t | length_ |
Section: "4.1.3 Modify Order"
Definition at line 431 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::ModifyOrder::bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type |
Definition at line 434 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::ModifyOrder::bitfields_to_type_map = optional::ModifyOrder::bitfields_to_type_map |
Definition at line 433 of file messages.hpp.
using isimud::exchanges::BATSBOE::common::ModifyOrder::Header_t = Header<MsgType, MsgType::ModifyOrder> |
Definition at line 432 of file messages.hpp.
anonymous enum : std::size_t |
Enumerator | |
---|---|
header_t_size |
Definition at line 435 of file messages.hpp.
|
inlinenoexcept |
Definition at line 243 of file messages_impl.hpp.
References isimud::exchanges::BATSBOE::common::convert< Side >().
|
explicitdeletenoexcept |
Create a message from the source message.
If an error is generated, then this function will need to be specialised for the particular Msg-type.
msg | The source message from which the target message should be created. |
|
inlinenoexcept |
Definition at line 231 of file fix_to_batsboe_common_conversions.hpp.
|
inlinenoexcept |
Definition at line 253 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 258 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 263 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 268 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 450 of file messages.hpp.
|
inlinenoexcept |
Definition at line 453 of file messages.hpp.
|
inlinenoexcept |
Definition at line 273 of file messages_impl.hpp.
|
inlinenoexcept |
Definition at line 278 of file messages_impl.hpp.