37 namespace BondVision {
48 traderName.reserve(12);
49 ownerTraderName.reserve(12);
50 groupName.reserve(32);
112 size_t deserialize(
const void* buf,
size_t inLen);
115 virtual std::string toString ()
const;
126 virtual size_t serialize(
void* buf)
const;
BV_DEALER_GROUP_EVENT::Enum event
Action applied to the Dealer Group.
UInt64 creationTime
Time at which the data was last created.
std::string ownerTraderName
Name of the Buy side trader owner of the group.
BV_DEALER_GROUP_STATUS::Enum status
Dealer Group status.
UInt64 updateTime
Time at which the data was last updated.
UInt32 creationDate
Date at which the data was created.
std::string userdata
Free field used by the client.
UInt32 ownerTraderId
Unique Id of the Buy side trader owner of the group.
virtual ClassId::Enum id() const
Class id.
UInt32 memberId
Unique ID of the Buy side member.
virtual size_t serializationBufSize() const
std::string traderName
Name of the Buy side trader.
UInt32 updateDate
Date at which the data was last updated.
UInt32 groupId
Unique ID of the Dealer Group.
UInt16 dealersNum
Number of dealers in the Dealer Group.
std::string groupName
Name of the Dealer Group.
unsigned long long UInt64
UInt32 traderId
Unique ID of the Buy side trader.
virtual ~BV_DEALER_GROUP()