Public Member Functions | |
| TI_HIST_MESSAGE_MEMBER_INFO () | |
| ~TI_HIST_MESSAGE_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 |
Definition at line 42 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
|
inline |
Definition at line 53 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 75 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| std::string memberCode |
ABI/MTS code of the member.
Definition at line 57 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
| std::string memberDesc |
Description of the member.
Definition at line 60 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
| std::string memberShortDesc |
Short description of the member.
Definition at line 63 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.
| std::string traderName |
Name of the trader.
Definition at line 66 of file SMP.Substructures.TI_HIST_MESSAGE_MEMBER_INFO.h.