Public Member Functions | |
CMF_GCM_ENABLE () | |
virtual | ~CMF_GCM_ENABLE () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual CMF_GCM_ENABLE * | clone () const |
virtual CMF_GCM_ENABLE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | gCMMemberId |
std::string | gCMMemberCode |
std::string | gCMMemberDesc |
std::string | gCMMemberShortDesc |
UInt32 | gCMTraderId |
std::string | gCMTraderName |
UInt32 | clientMemberId |
std::string | clientMemberCode |
std::string | clientMemberDesc |
std::string | clientMemberShortDesc |
UInt32 | instrumentClassId |
CMF_GCM_ENABLE_EVENT::Enum | event |
CMF_GCM_ENABLE_STATUS::Enum | status |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 45 of file SMP.Classes.CMF_GCM_ENABLE.h.
|
inline |
Definition at line 48 of file SMP.Classes.CMF_GCM_ENABLE.h.
|
inlinevirtual |
Definition at line 59 of file SMP.Classes.CMF_GCM_ENABLE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 126 of file SMP.Classes.CMF_GCM_ENABLE.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string clientMemberCode |
Unique ID code of the Client member (ABI/MTS coding)
Definition at line 90 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string clientMemberDesc |
Description of the Client member.
Definition at line 93 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 clientMemberId |
Unique ID of the Client member.
Definition at line 87 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string clientMemberShortDesc |
Short description of the Client member.
Definition at line 96 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 creationDate |
Date when the data was created.
Definition at line 108 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt64 creationTime |
Time when the data was created.
Definition at line 111 of file SMP.Classes.CMF_GCM_ENABLE.h.
Event of GCM Enable.
Definition at line 102 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string gCMMemberCode |
Unique ID code of the GCM member (ABI/MTS coding)
Definition at line 72 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string gCMMemberDesc |
Description of the GCM member.
Definition at line 75 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 gCMMemberId |
Unique ID of the GCM member.
Definition at line 69 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string gCMMemberShortDesc |
Short description of the GCM member.
Definition at line 78 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 gCMTraderId |
Unique ID of the GCM trader.
Definition at line 81 of file SMP.Classes.CMF_GCM_ENABLE.h.
std::string gCMTraderName |
Unique name of the GCM trader.
Definition at line 84 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 99 of file SMP.Classes.CMF_GCM_ENABLE.h.
CMF_GCM_ENABLE_STATUS::Enum status |
Status of GCM Enable.
Definition at line 105 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt32 updateDate |
Date when the data was last updated.
Definition at line 114 of file SMP.Classes.CMF_GCM_ENABLE.h.
UInt64 updateTime |
Time when the data was last updated.
Definition at line 117 of file SMP.Classes.CMF_GCM_ENABLE.h.