libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <messages.hpp>
Public Types | |
using | base_t = common::LogonReply< mit_bit::reject_codes_enum > |
using | RejectCode_t = base_t::RejectCode_t |
using | RejectCodes_t = std::underlying_type< RejectCode_t >::type |
![]() | |
enum | |
enum | |
using | Header_t = Header |
using | RejectCode_t = mit_bit::reject_codes_enum |
![]() | |
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_bit::reject_codes_enum::tag_SUCCESS |
static constexpr const RejectCode_t | invalid_logon_details =mit_bit::reject_codes_enum::AuthServer_INVALID_USERID_PWD______1 |
static constexpr const RejectCode_t | unknown_user =mit_bit::reject_codes_enum::AuthServer_USER_NOT_FOUND_4 |
Additional Inherited Members | |
![]() | |
LogonReply () noexcept(true) FORCE_INLINE | |
RejectCode_t | rejectCode () const noexcept(true) FORCE_INLINE |
void | rejectCode (RejectCode_t const &rc) noexcept(true) FORCE_INLINE |
![]() | |
MsgType_t | type () const noexcept(true) |
std::uint16_t | length () const noexcept(true) |
bool | is_valid () const noexcept(true) |
![]() | |
RejectCode_t | rejectCode_ |
PasswordExpiryDayCount_t | passwordExpiryDayCount |
![]() | |
enum isimud::exchanges::MIT::common::Header:: { ... } | __attribute__ |
const std::int8_t | start_of_message =2 |
const std::int16_t | length_ |
const MsgType_t | type_ |
![]() | |
template<class MsgT > | |
constexpr | Header (MsgT const *) noexcept(true) FORCE_INLINE |
Definition at line 241 of file messages.hpp.
using isimud::exchanges::MIT::BIT::LogonReply::base_t = common::LogonReply<mit_bit::reject_codes_enum> |
Definition at line 242 of file messages.hpp.
using isimud::exchanges::MIT::BIT::LogonReply::RejectCode_t = base_t::RejectCode_t |
Definition at line 243 of file messages.hpp.
using isimud::exchanges::MIT::BIT::LogonReply::RejectCodes_t = std::underlying_type<RejectCode_t>::type |
Definition at line 244 of file messages.hpp.
|
inlinestaticconstexpr |
Definition at line 248 of file messages.hpp.
|
inlinestaticconstexpr |
Definition at line 247 of file messages.hpp.
|
inlinestaticconstexpr |
Definition at line 249 of file messages.hpp.