libjmmcg  build_2176
A C++ library containing an eclectic mix of useful, advanced components.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
jmmcg::exchanges::MIT::JSE::logon_args_t Struct Reference

#include <messages.hpp>

Public Types

using UserName_t = CompID_t
 
using Password_t = JSE::Password_t
 

Public Attributes

const CompID_t username {{}}
 
const Password_t password {{}}
 
const Password_t new_password {{}}
 

Detailed Description

Definition at line 57 of file messages.hpp.

Member Typedef Documentation

using jmmcg::exchanges::MIT::JSE::logon_args_t::Password_t = JSE::Password_t

Definition at line 59 of file messages.hpp.

using jmmcg::exchanges::MIT::JSE::logon_args_t::UserName_t = CompID_t

Definition at line 58 of file messages.hpp.

Member Data Documentation

const Password_t jmmcg::exchanges::MIT::JSE::logon_args_t::new_password {{}}

Definition at line 63 of file messages.hpp.

const Password_t jmmcg::exchanges::MIT::JSE::logon_args_t::password {{}}

Definition at line 62 of file messages.hpp.

const CompID_t jmmcg::exchanges::MIT::JSE::logon_args_t::username {{}}

Definition at line 61 of file messages.hpp.


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