#include <SMP.Classes.TI_MEMBER.h>
Public Member Functions | |
TI_MEMBER () | |
virtual | ~TI_MEMBER () |
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_MEMBER * | clone () const |
virtual TI_MEMBER * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 43 of file SMP.Classes.TI_MEMBER.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_MEMBER.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.TI_MEMBER.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 137 of file SMP.Classes.TI_MEMBER.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt16 areaCodeId |
Unique ID of the Area Code.
Definition at line 112 of file SMP.Classes.TI_MEMBER.h.
std::string bICCode |
BIC Code of the member.
Definition at line 103 of file SMP.Classes.TI_MEMBER.h.
TI_FLAG::Enum cATStageOrdersFg |
Specifies whether the member is allowed to send Stage Orders on CAT sections.
Definition at line 115 of file SMP.Classes.TI_MEMBER.h.
std::string countryCode |
ISO unique alphanumeric ID code of the country to which the member belongs.
Definition at line 82 of file SMP.Classes.TI_MEMBER.h.
TI_FLAG::Enum doubleSidedRFCQEnabledFg |
Specifies whether the member is enabled to send/receive a double sided RFCQ.
Definition at line 109 of file SMP.Classes.TI_MEMBER.h.
UInt32 endDate |
End of validity date.
Definition at line 100 of file SMP.Classes.TI_MEMBER.h.
UInt32 mainMemberID |
Unique ID of the group leader member.
Definition at line 76 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxCustomInstrumentsInChart |
Max number of instruments for custom instrument group.
Definition at line 124 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxFixedWindowSizeTrader |
Maximum number of traders with fixed communication window size.
Definition at line 91 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxInternetQuotes |
Max number of automatically generated quotes sent via internet.
Definition at line 118 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxLeasedLineQuotes |
Max number of automatically generated quotes sent via leased lines.
Definition at line 121 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxTraderConnected |
Maximum number of traders that may be connected at the same time.
Definition at line 94 of file SMP.Classes.TI_MEMBER.h.
UInt16 maxVariableWindowSizeTrader |
Maximum number of traders with variable communication window size.
Definition at line 88 of file SMP.Classes.TI_MEMBER.h.
TI_MEMBER_CLASSIFICATION::Enum memberClassification |
MTS member classification.
Definition at line 106 of file SMP.Classes.TI_MEMBER.h.
std::string memberCode |
Unique ID code of the member (ABI/MTS coding)
Definition at line 67 of file SMP.Classes.TI_MEMBER.h.
std::string memberDesc |
Description of the member.
Definition at line 70 of file SMP.Classes.TI_MEMBER.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 64 of file SMP.Classes.TI_MEMBER.h.
std::string memberShortDesc |
Short description of the member.
Definition at line 73 of file SMP.Classes.TI_MEMBER.h.
TI_MEMBER_TYPE::Enum memberType |
ID of the type of member.
Definition at line 79 of file SMP.Classes.TI_MEMBER.h.
UInt32 startDate |
Start of validity date.
Definition at line 97 of file SMP.Classes.TI_MEMBER.h.
UInt16 totalVariableWindowSize |
Total size of the variable communication windows assigned to the member by the Governance.
Definition at line 85 of file SMP.Classes.TI_MEMBER.h.
TI_FLAG::Enum unseasonedBondTradingFg |
Flag to determine wheter a buy side member can negotiate with unseasoned bonds or not.
Definition at line 127 of file SMP.Classes.TI_MEMBER.h.