libjmmcg  build_2176
A C++ library containing an eclectic mix of useful, advanced components.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect Struct Reference

#include <messages.hpp>

Inheritance diagram for jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect:
[legend]
Collaboration diagram for jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect:
[legend]

Public Types

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

Public Member Functions

 TradeCancelOrCorrect (uint32_t seqNum, ClientOrderID_t const &clID) noexcept(true) FORCE_INLINE
 
ClientOrderID_t const & clientOrderID () const noexcept(true)
 
void clientOrderID (ClientOrderID_t const &clID) noexcept(true)
 
- Public Member Functions inherited from jmmcg::exchanges::BATSBOE::common::Header< MsgType, MsgType::TradeCancelOrCorrect >
 Header (std::size_t l) noexcept(true) FORCE_INLINE
 
 Header (std::size_t l, uint32_t seqNumber) noexcept(true) FORCE_INLINE
 
const MsgType_t type () const noexcept(true)
 
uint16_t length () const noexcept(true)
 The actual, not the foolish BATSBOE-specified, length which excludes the start_of_message field. More...
 

Public Attributes

const DateTime_t transactionTime
 
- Public Attributes inherited from jmmcg::exchanges::BATSBOE::common::Header< MsgType, MsgType::TradeCancelOrCorrect >
enum
jmmcg::exchanges::BATSBOE::common::Header:: { ... }  
__attribute__
 
const uint16_t start_of_message
 
const MsgType_t type_
 
const uint8_t matchingUnit
 
const uint32_t sequenceNumber
 

Additional Inherited Members

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

Detailed Description

Section: "4.2.9 Trade Cancel or Correct"

Definition at line 705 of file messages.hpp.

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 709 of file messages.hpp.

Constructor & Destructor Documentation

jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect::TradeCancelOrCorrect ( uint32_t  seqNum,
ClientOrderID_t const &  clID 
)
inlineexplicitnoexcept

Definition at line 393 of file messages_impl.hpp.

Member Function Documentation

ClientOrderID_t const& jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect::clientOrderID ( ) const
inlinenoexcept

Definition at line 717 of file messages.hpp.

void jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect::clientOrderID ( ClientOrderID_t const &  clID)
inlinenoexcept

Definition at line 720 of file messages.hpp.

Member Data Documentation

const DateTime_t jmmcg::exchanges::BATSBOE::common::TradeCancelOrCorrect::transactionTime

Definition at line 713 of file messages.hpp.


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