libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg > Struct Template Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >:
[legend]
Collaboration diagram for isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >:
[legend]

Public Types

enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header< MsgT, Msg >
 
- Public Types inherited from isimud::exchanges::BATSBOE::common::Header< MsgT, Msg >
enum  : typename std::underlying_type< MsgType_t >::type { static_type =static_cast<typename std::underlying_type<MsgType_t>::type>(Msg) }
 
enum  : bool { has_static_size =false }
 
using MsgType_t = MsgT
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

 LogonRequest (uint32_t seqNum, const SessionSubID_t sessionSubID, const UserName_t &UN, const Password_t &P, const bool noUnspec) noexcept(true) FORCE_INLINE
 
 LogonRequest (logon_args_t const &a) noexcept(true) FORCE_INLINE
 
template<class SrcMsg >
__stdcall LogonRequest (SrcMsg const &msg, uint32_t seqNum, const SessionSubID_t sessionSubID, const bool noUnspec)=deleteFORCE_INLINE
 Create a message from the source message. More...
 
template<>
 LogonRequest (FIX::v5_0sp2::MsgTypes::LogonRequest const &msg, uint32_t seqNum, const SessionSubID_t sessionSubID, const bool noUnspec)
 
template<>
 LogonRequest (FIX::v5_0sp2::MsgTypes::LogonRequest const &msg, uint32_t seqNum, const SessionSubID_t sessionSubID, const bool noUnspec)
 
template<>
__stdcall LogonRequest (FIX::v5_0sp2::MsgTypes::LogonRequest const &msg) noexcept(true)
 
- Public Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgT, Msg >
 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 SessionSubID_t sessionSubID
 
const UserName_t userName
 
const Password_t password
 
const uint8_t noUnspecifiedUnitReplay
 
optional::LogonTypes::OrderAcknowledgement::bitfields orderAcknowledgement_bitfields
 
optional::LogonTypes::OrderRejected::bitfields orderRejected_bitfields
 
optional::LogonTypes::OrderModified::bitfields orderModified_bitfields
 
optional::LogonTypes::OrderRestated::bitfields orderRestated_bitfields
 
const optional::LogonTypes::UserModifyRejected::bitfields userModifyRejected_bitfields
 
optional::LogonTypes::OrderCancelled::bitfields orderCancelled_bitfields
 
optional::LogonTypes::OrderExecution::bitfields orderExecution_bitfields
 
optional::LogonTypes::TradeCancelCorrect::bitfields tradeCancelCorrect_bitfields
 
optional::LogonTypes::Reserved::bitfields reserved_bitfields
 
optional::LogonTypes::TradeCaptureReportAck::bitfields tradeCaptureReportAck_bitfields
 
optional::LogonTypes::TradeCaptureReportRej::bitfields tradeCaptureReportRej_bitfields
 
optional::LogonTypes::TradeCaptureConfirm::bitfields tradeCaptureConfirm_bitfields
 
optional::LogonTypes::TradeCaptureDecline::bitfields tradeCaptureDecline_bitfields
 
const uint8_t reserved [128] ={0}
 
const uint8_t numberOfUnits =0
 
- Public Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgT, Msg >
enum isimud::exchanges::BATSBOE::common::Header:: { ... }  __attribute__
 
const std::uint16_t start_of_message =msg_start_code
 
const MsgType_t type_ {Msg}
 
const std::uint8_t matchingUnit =0
 
const std::uint32_t sequenceNumber
 

Additional Inherited Members

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

Detailed Description

template<class MsgT, MsgT Msg>
struct isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >

Section: "3.1.1 Login Request"

Definition at line 168 of file messages.hpp.

Member Typedef Documentation

◆ Header_t

template<class MsgT , MsgT Msg>
using isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::Header_t = Header<MsgT, Msg>

Definition at line 169 of file messages.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class MsgT , MsgT Msg>
anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 170 of file messages.hpp.

Constructor & Destructor Documentation

◆ LogonRequest() [1/6]

template<class MsgT , MsgT Msg>
isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::LogonRequest ( uint32_t  seqNum,
const SessionSubID_t  sessionSubID,
const UserName_t UN,
const Password_t P,
const bool  noUnspec 
)
inlinenoexcept

◆ LogonRequest() [2/6]

template<class MsgT , MsgT Msg>
isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::LogonRequest ( logon_args_t const &  a)
inlineexplicitnoexcept

◆ LogonRequest() [3/6]

template<class MsgT , MsgT Msg>
template<class SrcMsg >
__stdcall isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::LogonRequest ( SrcMsg const &  msg,
uint32_t  seqNum,
const SessionSubID_t  sessionSubID,
const bool  noUnspec 
)
delete

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.

◆ LogonRequest() [4/6]

template<>
isimud::exchanges::BATSBOE::common::LogonRequest< EU::MsgType, EU::MsgType::LogonRequest >::LogonRequest ( FIX::v5_0sp2::MsgTypes::LogonRequest< MsgT, Msg > const &  msg,
uint32_t  seqNum,
const SessionSubID_t  sessionSubID,
const bool  noUnspec 
)
inline

Definition at line 103 of file fix_to_batsboe_eu_conversions.hpp.

◆ LogonRequest() [5/6]

template<>
isimud::exchanges::BATSBOE::common::LogonRequest< US::MsgType, US::MsgType::LogonRequest >::LogonRequest ( FIX::v5_0sp2::MsgTypes::LogonRequest< MsgT, Msg > const &  msg,
uint32_t  seqNum,
const SessionSubID_t  sessionSubID,
const bool  noUnspec 
)
inline

Definition at line 103 of file fix_to_batsboe_us_conversions.hpp.

◆ LogonRequest() [6/6]

template<class MsgT , MsgT Msg>
template<>
__stdcall isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::LogonRequest ( FIX::v5_0sp2::MsgTypes::LogonRequest< MsgT, Msg > const &  msg)
inlinenoexcept

Definition at line 206 of file fix_to_mit_conversions.hpp.

Member Data Documentation

◆ noUnspecifiedUnitReplay

template<class MsgT , MsgT Msg>
const uint8_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::noUnspecifiedUnitReplay

Definition at line 177 of file messages.hpp.

◆ numberOfUnits

template<class MsgT , MsgT Msg>
const uint8_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::numberOfUnits =0

Definition at line 192 of file messages.hpp.

◆ orderAcknowledgement_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderAcknowledgement::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderAcknowledgement_bitfields

Definition at line 178 of file messages.hpp.

◆ orderCancelled_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderCancelled::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderCancelled_bitfields

Definition at line 183 of file messages.hpp.

◆ orderExecution_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderExecution::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderExecution_bitfields

Definition at line 184 of file messages.hpp.

◆ orderModified_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderModified::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderModified_bitfields

Definition at line 180 of file messages.hpp.

◆ orderRejected_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderRejected::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderRejected_bitfields

Definition at line 179 of file messages.hpp.

◆ orderRestated_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::OrderRestated::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::orderRestated_bitfields

Definition at line 181 of file messages.hpp.

◆ password

template<class MsgT , MsgT Msg>
const Password_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::password

Definition at line 176 of file messages.hpp.

◆ reserved

template<class MsgT , MsgT Msg>
const uint8_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::reserved[128] ={0}

Definition at line 191 of file messages.hpp.

◆ reserved_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::Reserved::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::reserved_bitfields

Definition at line 186 of file messages.hpp.

◆ sessionSubID

template<class MsgT , MsgT Msg>
const SessionSubID_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::sessionSubID

Definition at line 174 of file messages.hpp.

◆ tradeCancelCorrect_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::TradeCancelCorrect::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::tradeCancelCorrect_bitfields

Definition at line 185 of file messages.hpp.

◆ tradeCaptureConfirm_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::TradeCaptureConfirm::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::tradeCaptureConfirm_bitfields

Definition at line 189 of file messages.hpp.

◆ tradeCaptureDecline_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::TradeCaptureDecline::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::tradeCaptureDecline_bitfields

Definition at line 190 of file messages.hpp.

◆ tradeCaptureReportAck_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::TradeCaptureReportAck::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::tradeCaptureReportAck_bitfields

Definition at line 187 of file messages.hpp.

◆ tradeCaptureReportRej_bitfields

template<class MsgT , MsgT Msg>
optional::LogonTypes::TradeCaptureReportRej::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::tradeCaptureReportRej_bitfields

Definition at line 188 of file messages.hpp.

◆ userModifyRejected_bitfields

template<class MsgT , MsgT Msg>
const optional::LogonTypes::UserModifyRejected::bitfields isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::userModifyRejected_bitfields

Definition at line 182 of file messages.hpp.

◆ userName

template<class MsgT , MsgT Msg>
const UserName_t isimud::exchanges::BATSBOE::common::LogonRequest< MsgT, Msg >::userName

Definition at line 175 of file messages.hpp.


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