Public Member Functions | |
CMF_GCM_LIMITS () | |
virtual | ~CMF_GCM_LIMITS () |
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_LIMITS * | clone () const |
virtual CMF_GCM_LIMITS * | 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_LIMIT_TYPE::Enum | limitType |
CMF_VALUE | fASOrderLimit |
CMF_VALUE | quoteLimit |
CMF_VALUE | orderLimit |
CMF_VALUE | mPFASLimit |
CMF_VALUE | mPFOKLimit |
CMF_VALUE | rFQLimit |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 51 of file SMP.Classes.CMF_GCM_LIMITS.h.
|
inline |
Definition at line 54 of file SMP.Classes.CMF_GCM_LIMITS.h.
|
inlinevirtual |
Definition at line 65 of file SMP.Classes.CMF_GCM_LIMITS.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 147 of file SMP.Classes.CMF_GCM_LIMITS.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string clientMemberCode |
Unique ID code of the Client member (ABI or MTS coding)
Definition at line 96 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string clientMemberDesc |
Description of the Client member.
Definition at line 99 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 clientMemberId |
Unique ID of the Client member.
Definition at line 93 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string clientMemberShortDesc |
Short description of the Client member.
Definition at line 102 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 creationDate |
Date when the data was created.
Definition at line 129 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt64 creationTime |
Time when the data was created.
Definition at line 132 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE fASOrderLimit |
Maximum limit for each FAS Order trading function.
Definition at line 111 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string gCMMemberCode |
Unique ID code of the GCM member (ABI or MTS coding)
Definition at line 78 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string gCMMemberDesc |
Description of the GCM member.
Definition at line 81 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 gCMMemberId |
Unique ID of the GCM member.
Definition at line 75 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string gCMMemberShortDesc |
Short description of the GCM member.
Definition at line 84 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 gCMTraderId |
Unique ID of the GCM trader.
Definition at line 87 of file SMP.Classes.CMF_GCM_LIMITS.h.
std::string gCMTraderName |
Unique name of the GCM trader.
Definition at line 90 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 105 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_GCM_LIMIT_TYPE::Enum limitType |
Type of limit (Nominal amount, 10-years equivalent)
Definition at line 108 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE mPFASLimit |
Maximum limit for each Mid Price FAS Order trading function.
Definition at line 120 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE mPFOKLimit |
Maximum limit for each Mid Price FOK Order trading function.
Definition at line 123 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE orderLimit |
Maximum limit for each FAK/FOK Order trading function.
Definition at line 117 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE quoteLimit |
Maximum limit for each Quote trading function.
Definition at line 114 of file SMP.Classes.CMF_GCM_LIMITS.h.
CMF_VALUE rFQLimit |
Maximum limit for each RFQ trading function.
Definition at line 126 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt32 updateDate |
Date when the data was last updated.
Definition at line 135 of file SMP.Classes.CMF_GCM_LIMITS.h.
UInt64 updateTime |
Time when the data was last updated.
Definition at line 138 of file SMP.Classes.CMF_GCM_LIMITS.h.