libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::MIT::JSE::Logon Struct Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::MIT::JSE::Logon:
[legend]
Collaboration diagram for isimud::exchanges::MIT::JSE::Logon:
[legend]

Public Types

enum  : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::LogonRequest) }
 
enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = common::Header
 
using logon_args_t = JSE::logon_args_t
 
- Public Types inherited from isimud::exchanges::MIT::common::Header
enum  : bool { has_static_size =true }
 
using ClientOrderID_t = common::ClientOrderID_t
 
using OrderID_t = common::OrderID_t
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

constexpr Logon (const logon_args_t::UserName_t &UN, const logon_args_t::Password_t &P, const logon_args_t::Password_t &NP) noexcept(true) FORCE_INLINE
 
constexpr Logon (logon_args_t const &a) noexcept(true) FORCE_INLINE
 
template<class SrcMsg >
__stdcall Logon (SrcMsg const &msg) noexcept(true)=deleteFORCE_INLINE
 Create a message from the source message. More...
 
template<>
__stdcall Logon (FIX::v5_0sp2::MsgTypes::LogonRequest const &msg) noexcept(true)
 
- Public Member Functions inherited from isimud::exchanges::MIT::common::Header
MsgType_t type () const noexcept(true)
 
std::uint16_t length () const noexcept(true)
 
bool is_valid () const noexcept(true)
 

Public Attributes

const logon_args_t::UserName_t userName
 
const logon_args_t::Password_t password
 
const logon_args_t::Password_t newPassword
 
- Public Attributes inherited from isimud::exchanges::MIT::common::Header
enum isimud::exchanges::MIT::common::Header:: { ... }  __attribute__
 
const std::int8_t start_of_message =2
 
const std::int16_t length_
 
const MsgType_t type_
 

Static Public Attributes

static constexpr const std::uint8_t messageVersion =1
 

Additional Inherited Members

- Protected Member Functions inherited from isimud::exchanges::MIT::common::Header
template<class MsgT >
constexpr Header (MsgT const *) noexcept(true) FORCE_INLINE
 

Detailed Description

Section: "6.4.1 Logon"

Definition at line 165 of file messages.hpp.

Member Typedef Documentation

◆ Header_t

◆ logon_args_t

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : common::MsgType_t
Enumerator
static_type 

Definition at line 169 of file messages.hpp.

◆ anonymous enum

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 172 of file messages.hpp.

Constructor & Destructor Documentation

◆ Logon() [1/4]

constexpr isimud::exchanges::MIT::JSE::Logon::Logon ( const logon_args_t::UserName_t UN,
const logon_args_t::Password_t P,
const logon_args_t::Password_t NP 
)
inlineconstexprnoexcept

Definition at line 95 of file messages_impl.hpp.

◆ Logon() [2/4]

constexpr isimud::exchanges::MIT::JSE::Logon::Logon ( logon_args_t const &  a)
inlineexplicitconstexprnoexcept

Definition at line 100 of file messages_impl.hpp.

◆ Logon() [3/4]

template<class SrcMsg >
__stdcall isimud::exchanges::MIT::JSE::Logon::Logon ( SrcMsg const &  msg)
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.

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

◆ Logon() [4/4]

template<>
__stdcall isimud::exchanges::MIT::JSE::Logon::Logon ( FIX::v5_0sp2::MsgTypes::LogonRequest const &  msg)
inlinenoexcept

Definition at line 258 of file fix_to_mit_conversions.hpp.

Member Data Documentation

◆ messageVersion

constexpr const std::uint8_t isimud::exchanges::MIT::JSE::Logon::messageVersion =1
inlinestaticconstexpr

Definition at line 179 of file messages.hpp.

◆ newPassword

const logon_args_t::Password_t isimud::exchanges::MIT::JSE::Logon::newPassword

Definition at line 178 of file messages.hpp.

◆ password

const logon_args_t::Password_t isimud::exchanges::MIT::JSE::Logon::password

Definition at line 177 of file messages.hpp.

◆ userName

const logon_args_t::UserName_t isimud::exchanges::MIT::JSE::Logon::userName

Definition at line 176 of file messages.hpp.


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