#include <SMP.Classes.TI_RFQ_EXCLUSION.h>
Public Member Functions | |
TI_RFQ_EXCLUSION () | |
virtual | ~TI_RFQ_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_RFQ_EXCLUSION * | clone () const |
virtual TI_RFQ_EXCLUSION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | submitterMemberId |
UInt32 | submitterTraderId |
std::string | submitterTraderName |
UInt32 | marketId |
UInt32 | memberId |
UInt32 | traderId |
std::string | traderName |
UInt32 | blockedMemberId |
UInt32 | blockedTraderId |
std::string | blockedTraderName |
UInt32 | rfqId |
TI_FLAG::Enum | permanentFg |
TI_RFQ_EXCLUSION_EVENT::Enum | event |
TI_RFQ_EXCLUSION_STATUS::Enum | status |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
std::string | userData |
Definition at line 43 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 127 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 blockedMemberId |
ID of the member that must be excluded.
Definition at line 84 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 blockedTraderId |
ID of the trader that must be excluded.
Definition at line 87 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
std::string blockedTraderName |
Name of the excluded trader.
Definition at line 90 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 creationDate |
Creation date.
Definition at line 105 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt64 creationTime |
Creation time.
Definition at line 108 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
Action applied to the RFQ exclusion.
Definition at line 99 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 marketId |
ID of the Market.
Definition at line 72 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 memberId |
ID of the Member.
Definition at line 75 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
TI_FLAG::Enum permanentFg |
May be specified only by the Governance profile.
Definition at line 96 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 rfqId |
ID of the Rfq referring to the member that must be excluded. This field must be specified only on blind trading.
Definition at line 93 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
Status of the exclusion.
Definition at line 102 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 submitterMemberId |
Unique ID of the submitter member.
Definition at line 63 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 submitterTraderId |
Unique ID of the submitter trader.
Definition at line 66 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
std::string submitterTraderName |
Unique name of the submitter trader.
Definition at line 69 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 traderId |
ID of the Trader.
Definition at line 78 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
std::string traderName |
Name of the trader.
Definition at line 81 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt32 updateDate |
Date at which the data were last updated.
Definition at line 111 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
UInt64 updateTime |
Time at which the data were last updated.
Definition at line 114 of file SMP.Classes.TI_RFQ_EXCLUSION.h.
std::string userData |
Free field used by the client.
Definition at line 117 of file SMP.Classes.TI_RFQ_EXCLUSION.h.