37 namespace BondVision {
48 traderName.reserve(12);
49 firstName.reserve(25);
99 size_t deserialize(
const void* buf,
size_t inLen);
102 virtual std::string toString ()
const;
113 virtual size_t serialize(
void* buf)
const;
virtual ~BV_TRADER_INFO()
std::string lastName
Trader's last name.
std::string phone
Trader's phone number(s)
virtual size_t serializationBufSize() const
UInt32 memberId
Unique ID of the Sell Side member.
TI_TRADER_ACCOUNT_STATUS::Enum traderAccountStatus
Trader account status.
virtual ClassId::Enum id() const
Class id.
std::string traderName
Unique name of the trader.
UInt32 buySideMemberId
Unique ID of the Buy Side member.
std::string fax
Trader's FAX number(s)
std::string firstName
Trader's first name.
UInt32 traderId
Unique ID of the trader.
TI_TRADER_TYPE::Enum traderType
Trader type.
std::string email
Trader's email address.