Public Member Functions | |
| BV_ALLOCATION_REPORT_MEMBER_INFO () | |
| ~BV_ALLOCATION_REPORT_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 | |
| UInt32 | memberId |
| std::string | memberCode |
| std::string | memberShortDesc |
| std::string | memberDesc |
| std::string | leiCode |
| std::string | bICCode |
| UInt32 | traderId |
| std::string | traderName |
| BV_SHORT_SELLING_INDICATOR::Enum | shortSellingIndicator |
Definition at line 42 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
|
inline |
Definition at line 55 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 92 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| std::string bICCode |
BIC code of the member.
Definition at line 73 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| std::string leiCode |
LEI code of the member.
Definition at line 70 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| std::string memberCode |
Code of the member.
Definition at line 61 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| std::string memberDesc |
Description of the member.
Definition at line 67 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| UInt32 memberId |
Unique identifier of the member.
Definition at line 58 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| std::string memberShortDesc |
Short description of the member.
Definition at line 64 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator |
Short selling indicator.
Definition at line 82 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| UInt32 traderId |
Unique identifier of the trader.
Definition at line 76 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.
| std::string traderName |
Name of the trader.
Definition at line 79 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.