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

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::MIT::TRQ::LogonReply:
[legend]
Collaboration diagram for isimud::exchanges::MIT::TRQ::LogonReply:
[legend]

Public Types

using base_t = common::LogonReply< mit_trq::reject_codes_enum >
 
using RejectCode_t = base_t::RejectCode_t
 
using RejectCodes_t = std::underlying_type< RejectCode_t >::type
 
- Public Types inherited from isimud::exchanges::MIT::common::LogonReply< mit_trq::reject_codes_enum >
enum  
 
enum  
 
using Header_t = Header
 
using RejectCode_t = mit_trq::reject_codes_enum
 
- 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
 

Static Public Attributes

static constexpr const RejectCode_t logon_success =mit_trq::reject_codes_enum::tag_SUCCESS
 
static constexpr const RejectCode_t invalid_logon_details =mit_trq::reject_codes_enum::Trading_INVALID_USERID_PWD______1
 
static constexpr const RejectCode_t unknown_user =mit_trq::reject_codes_enum::Trading_USER_NOT_FOUND_4
 

Additional Inherited Members

- Public Member Functions inherited from isimud::exchanges::MIT::common::LogonReply< mit_trq::reject_codes_enum >
 LogonReply () noexcept(true) FORCE_INLINE
 
RejectCode_t rejectCode () const noexcept(true) FORCE_INLINE
 
void rejectCode (RejectCode_t const &rc) noexcept(true) FORCE_INLINE
 
- 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 inherited from isimud::exchanges::MIT::common::LogonReply< mit_trq::reject_codes_enum >
RejectCode_t rejectCode_
 
PasswordExpiryDayCount_t passwordExpiryDayCount
 
- 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_
 
- Protected Member Functions inherited from isimud::exchanges::MIT::common::Header
template<class MsgT >
constexpr Header (MsgT const *) noexcept(true) FORCE_INLINE
 

Detailed Description

Definition at line 238 of file messages.hpp.

Member Typedef Documentation

◆ base_t

Definition at line 239 of file messages.hpp.

◆ RejectCode_t

Definition at line 240 of file messages.hpp.

◆ RejectCodes_t

Definition at line 241 of file messages.hpp.

Member Data Documentation

◆ invalid_logon_details

constexpr const RejectCode_t isimud::exchanges::MIT::TRQ::LogonReply::invalid_logon_details =mit_trq::reject_codes_enum::Trading_INVALID_USERID_PWD______1
inlinestaticconstexpr

Definition at line 245 of file messages.hpp.

◆ logon_success

constexpr const RejectCode_t isimud::exchanges::MIT::TRQ::LogonReply::logon_success =mit_trq::reject_codes_enum::tag_SUCCESS
inlinestaticconstexpr

Definition at line 244 of file messages.hpp.

◆ unknown_user

constexpr const RejectCode_t isimud::exchanges::MIT::TRQ::LogonReply::unknown_user =mit_trq::reject_codes_enum::Trading_USER_NOT_FOUND_4
inlinestaticconstexpr

Definition at line 246 of file messages.hpp.


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