Public Member Functions | |
| BV_MEMBER_SALES_CONFIG () | |
| virtual | ~BV_MEMBER_SALES_CONFIG () |
| 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 BV_MEMBER_SALES_CONFIG * | clone () const |
| virtual BV_MEMBER_SALES_CONFIG * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | marketId |
| UInt32 | sellSideMemberId |
| UInt32 | sellSideTraderId |
| std::string | sellSideTraderName |
| UInt32 | salesId |
| std::string | salesName |
| UInt32 | buySideMemberId |
| UInt32 | buySideTraderId |
| std::string | buySideTraderName |
| TI_RELATION_TYPE::Enum | relationType |
| TI_RELATION_LEVEL::Enum | relationLevel |
| std::string | relationInfo |
| UInt32 | creationDate |
| UInt64 | creationTime |
| UInt32 | updateDate |
| UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 118 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt32 buySideMemberId |
Unique ID of the customer member (Buy Side)
Definition at line 81 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 buySideTraderId |
Unique ID of the Buy Side trader.
Definition at line 84 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| std::string buySideTraderName |
Buy Side trader code.
Definition at line 87 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 creationDate |
Creation date.
Definition at line 99 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt64 creationTime |
Creation time.
Definition at line 102 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 marketId |
Unique ID of the market.
Definition at line 63 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| std::string relationInfo |
Free text field used by the client.
Definition at line 96 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| TI_RELATION_LEVEL::Enum relationLevel |
Relation level.
Definition at line 93 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| TI_RELATION_TYPE::Enum relationType |
Type of the relationship between the sales and the buy-side.
Definition at line 90 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 salesId |
Unique ID of the Sales trader.
Definition at line 75 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| std::string salesName |
Sales trader code.
Definition at line 78 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 sellSideMemberId |
Unique ID of the member.
Definition at line 66 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 sellSideTraderId |
Unique ID of the trader that originated/modified the association.
Definition at line 69 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| std::string sellSideTraderName |
Unique name of the trader that originated/modified the association.
Definition at line 72 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt32 updateDate |
Last update date.
Definition at line 105 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.
| UInt64 updateTime |
Last update time.
Definition at line 108 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.