libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::BATSBOE::common::UserModifyRejected Struct Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::BATSBOE::common::UserModifyRejected:
[legend]
Collaboration diagram for isimud::exchanges::BATSBOE::common::UserModifyRejected:
[legend]

Public Types

enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header< MsgType, MsgType::UserModifyRejected >
 
using bitfields_to_type_map = optional::UserModifyRejected::bitfields_to_type_map
 
using bitfields_tags_type = bitfields_to_type_map::bitfields_tags_type
 
- Public Types inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::UserModifyRejected >
enum  
 
enum  
 
using MsgType_t = MsgType
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

 UserModifyRejected () noexcept(true) FORCE_INLINE
 
 UserModifyRejected (uint32_t seqNum, ClientOrderID_t const &clID, OrderRejectReason orr) noexcept(true) FORCE_INLINE
 
const ClientOrderID_tclientOrderID () const noexcept(true)
 
void clientOrderID (ClientOrderID_t const &clID) noexcept(true)
 
- Public Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::UserModifyRejected >
 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 modifyRejectReason
 
- Public Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::UserModifyRejected >
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

- Protected Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::UserModifyRejected >
 ~Header () noexcept(true)=default
 
- Protected Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::UserModifyRejected >
std::uint16_t length_
 

Detailed Description

Section: "4.2.5 User Modify Rejected"

Definition at line 606 of file messages.hpp.

Member Typedef Documentation

◆ bitfields_tags_type

◆ bitfields_to_type_map

◆ Header_t

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 610 of file messages.hpp.

Constructor & Destructor Documentation

◆ UserModifyRejected() [1/2]

isimud::exchanges::BATSBOE::common::UserModifyRejected::UserModifyRejected ( )
inlinenoexcept

◆ UserModifyRejected() [2/2]

isimud::exchanges::BATSBOE::common::UserModifyRejected::UserModifyRejected ( uint32_t  seqNum,
ClientOrderID_t const &  clID,
OrderRejectReason  orr 
)
inlineexplicitnoexcept

Member Function Documentation

◆ clientOrderID() [1/2]

const ClientOrderID_t& isimud::exchanges::BATSBOE::common::UserModifyRejected::clientOrderID ( ) const
inlinenoexcept

Definition at line 619 of file messages.hpp.

◆ clientOrderID() [2/2]

void isimud::exchanges::BATSBOE::common::UserModifyRejected::clientOrderID ( ClientOrderID_t const &  clID)
inlinenoexcept

Definition at line 622 of file messages.hpp.

Member Data Documentation

◆ modifyRejectReason

const OrderRejectReason isimud::exchanges::BATSBOE::common::UserModifyRejected::modifyRejectReason

Definition at line 631 of file messages.hpp.

◆ transactionTime

const DateTime_t isimud::exchanges::BATSBOE::common::UserModifyRejected::transactionTime

Definition at line 614 of file messages.hpp.


The documentation for this struct was generated from the following files: