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

#include <messages.hpp>

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

Public Types

enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header< MsgType, MsgType::CancelOrder >
 
using bitfields_to_type_map = optional::CancelOrder::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::CancelOrder >
enum  
 
enum  
 
using MsgType_t = MsgType
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

 CancelOrder (uint32_t seqNum, ClientOrderID_t const &origclID) noexcept(true) FORCE_INLINE
 
template<class SrcMsg >
__stdcall CancelOrder (SrcMsg const &msg, uint32_t seqNum) noexcept(true)=deleteFORCE_INLINE
 Create a message from the source message. More...
 
const ClientOrderID_toriginalClientOrderID () const noexcept(true)
 
void originalClientOrderID (ClientOrderID_t const &origclID) noexcept(true)
 
template<>
__stdcall CancelOrder (FIX::v5_0sp2::MsgTypes::OrderCancelRequest const &msg, std::uint32_t seqNum) noexcept(true)
 
- Public Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::CancelOrder >
 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

- Public Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::CancelOrder >
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
 
- Protected Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::CancelOrder >
 ~Header () noexcept(true)=default
 
- Protected Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::CancelOrder >
std::uint16_t length_
 

Detailed Description

Section: "4.1.2 Cancel Order"

Definition at line 398 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 402 of file messages.hpp.

Constructor & Destructor Documentation

◆ CancelOrder() [1/3]

isimud::exchanges::BATSBOE::common::CancelOrder::CancelOrder ( uint32_t  seqNum,
ClientOrderID_t const &  origclID 
)
inlinenoexcept

◆ CancelOrder() [2/3]

template<class SrcMsg >
__stdcall isimud::exchanges::BATSBOE::common::CancelOrder::CancelOrder ( SrcMsg const &  msg,
uint32_t  seqNum 
)
deletenoexcept

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.

Parameters
msgThe source message from which the target message should be created.

◆ CancelOrder() [3/3]

template<>
__stdcall isimud::exchanges::BATSBOE::common::CancelOrder::CancelOrder ( FIX::v5_0sp2::MsgTypes::OrderCancelRequest const &  msg,
std::uint32_t  seqNum 
)
inlinenoexcept

Definition at line 223 of file fix_to_batsboe_common_conversions.hpp.

Member Function Documentation

◆ originalClientOrderID() [1/2]

const ClientOrderID_t& isimud::exchanges::BATSBOE::common::CancelOrder::originalClientOrderID ( ) const
inlinenoexcept

Definition at line 416 of file messages.hpp.

◆ originalClientOrderID() [2/2]

void isimud::exchanges::BATSBOE::common::CancelOrder::originalClientOrderID ( ClientOrderID_t const &  origclID)
inlinenoexcept

Definition at line 419 of file messages.hpp.


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