#include <SMP.Classes.TI_RFCQ_EXCLUSION.h>
Public Member Functions | |
TI_RFCQ_EXCLUSION () | |
virtual | ~TI_RFCQ_EXCLUSION () |
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 TI_RFCQ_EXCLUSION * | clone () const |
virtual TI_RFCQ_EXCLUSION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | marketId |
UInt32 | submitterMemberId |
UInt32 | submitterTraderId |
std::string | submitterTraderName |
UInt32 | memberId |
UInt32 | blockedMemberId |
UInt32 | blockedTraderId |
std::string | blockedTraderName |
UInt32 | rfcqId |
TI_FLAG::Enum | permanentFg |
TI_RFCQ_EXCLUSION_EVENT::Enum | event |
TI_RFCQ_EXCLUSION_STATUS::Enum | status |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
std::string | userData |
Definition at line 43 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 120 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 blockedMemberId |
ID of the member that must be excluded.
Definition at line 77 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 blockedTraderId |
ID of the trader that must be excluded.
Definition at line 80 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
std::string blockedTraderName |
Name of the blocked trader.
Definition at line 83 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 creationDate |
Creation date.
Definition at line 98 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt64 creationTime |
Creation time.
Definition at line 101 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
Action applied to the RFCQ exclusion.
Definition at line 92 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 marketId |
ID of the Market.
Definition at line 62 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 memberId |
ID of the member.
Definition at line 74 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
TI_FLAG::Enum permanentFg |
May be specified only by the Governance profile.
Definition at line 89 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 rfcqId |
ID of the Rfcq referring to the member that must be excluded. This field must be specified only on blind trading.
Definition at line 86 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
Status of the exclusion.
Definition at line 95 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 submitterMemberId |
Unique ID of the submitter member.
Definition at line 65 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 submitterTraderId |
Unique ID of the submitter trader.
Definition at line 68 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
std::string submitterTraderName |
Unique name of the submitter trader.
Definition at line 71 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt32 updateDate |
Date at which the data were last updated.
Definition at line 104 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
UInt64 updateTime |
Time at which the data were last updated.
Definition at line 107 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.
std::string userData |
Free field used by the client.
Definition at line 110 of file SMP.Classes.TI_RFCQ_EXCLUSION.h.