37 namespace BondVision {
48 submitterTraderName.reserve(12);
97 size_t deserialize(
const void* buf,
size_t inLen);
100 virtual std::string toString ()
const;
111 virtual size_t serialize(
void* buf)
const;
UInt32 marketId
Unique ID of the market.
UInt32 memberId
Unique ID of the member.
TI_ACCESS_RIGHT::Enum traderProfile
Profile of the trader on the market.
UInt32 updateDate
Date at which the record was last updated.
std::string submitterTraderName
Unique name of the trader who defined the trader access rights.
UInt64 updateTime
Time at which the record was last updated.
UInt32 traderId
Unique ID of the trader.
TI_TRADER_MARKET_ACCESS_RIGHT()
UInt64 creationTime
Time at which the record was created.
UInt32 submitterMemberId
Unique ID of the member who defined the trader access rights.
virtual ClassId::Enum id() const
Class id.
TI_MARKET_CLASS_TYPE::Enum classType
ID of the data class or group of data classes on MTS markets.
virtual size_t serializationBufSize() const
UInt32 creationDate
Date at which the record was created.
unsigned long long UInt64
UInt32 submitterTraderId
Unique ID of the trader who defined the trader access rights.
virtual ~TI_TRADER_MARKET_ACCESS_RIGHT()