37 namespace BondVision {
48 sellSideTraderName.reserve(12);
49 salesName.reserve(12);
50 buySideTraderName.reserve(12);
51 relationInfo.reserve(50);
112 size_t deserialize(
const void* buf,
size_t inLen);
115 virtual std::string toString ()
const;
126 virtual size_t serialize(
void* buf)
const;
virtual ~BV_MEMBER_SALES_CONFIG()
UInt32 updateDate
Last update date.
UInt32 sellSideTraderId
Unique ID of the trader that originated/modified the association.
UInt32 buySideMemberId
Unique ID of the customer member (Buy Side)
std::string sellSideTraderName
Unique name of the trader that originated/modified the association.
TI_RELATION_TYPE::Enum relationType
Type of the relationship between the sales and the buy-side.
UInt32 buySideTraderId
Unique ID of the Buy Side trader.
TI_RELATION_LEVEL::Enum relationLevel
Relation level.
UInt32 sellSideMemberId
Unique ID of the member.
virtual ClassId::Enum id() const
Class id.
UInt64 updateTime
Last update time.
UInt32 marketId
Unique ID of the market.
UInt64 creationTime
Creation time.
std::string buySideTraderName
Buy Side trader code.
UInt32 salesId
Unique ID of the Sales trader.
std::string salesName
Sales trader code.
UInt32 creationDate
Creation date.
std::string relationInfo
Free text field used by the client.
unsigned long long UInt64
virtual size_t serializationBufSize() const