#include <SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h>
Public Member Functions | |
REPO_HIST_OTC_MEMBER_INFO () | |
~REPO_HIST_OTC_MEMBER_INFO () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
std::string | memberCode |
std::string | memberDesc |
std::string | memberShortDesc |
std::string | traderName |
std::string | clearingHouseCode |
std::string | clearingHouseDesc |
std::string | clearingHouseShortDesc |
std::string | accountCode |
std::string | accountInfo |
TI_FLAG::Enum | chargeFg |
std::string | userData |
std::string | userInfo |
REPO_ALGO_INFO | algoInfo |
REPO_HIST_CLIENT_IDENTIFICATION_INFO | clientIdentificationInfo |
UInt32 | clearingAgentId |
std::string | clearingAgentDes |
Definition at line 44 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
|
inline |
Definition at line 63 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 121 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string accountCode |
Account information.
Definition at line 87 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string accountInfo |
Additional account information.
Definition at line 90 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
REPO_ALGO_INFO algoInfo |
Algo Info data.
Definition at line 102 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
TI_FLAG::Enum chargeFg |
Flag specifying the member that has to be charged for the OTC registration.
Definition at line 93 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string clearingAgentDes |
Clearing Agent Description.
Definition at line 111 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
UInt32 clearingAgentId |
Clearing Agent Id.
Definition at line 108 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string clearingHouseCode |
ABI/MTS code of the Clearing House.
Definition at line 78 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string clearingHouseDesc |
Description of the Clearing House.
Definition at line 81 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string clearingHouseShortDesc |
Short description of the Clearing House.
Definition at line 84 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
REPO_HIST_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo |
Client Identification Info.
Definition at line 105 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string memberCode |
ABI/MTS code of the member.
Definition at line 66 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string memberDesc |
Description of the member.
Definition at line 69 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string memberShortDesc |
Short description of the member.
Definition at line 72 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string traderName |
Name of the trader.
Definition at line 75 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string userData |
Free field used by the client.
Definition at line 96 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.
std::string userInfo |
Free text.
Definition at line 99 of file SMP.Substructures.REPO_HIST_OTC_MEMBER_INFO.h.