37 namespace BondVision {
48 accountCode.reserve(200);
49 accountInfo.reserve(200);
50 clearingInfo.reserve(50);
51 submitterTraderName.reserve(12);
106 size_t deserialize(
const void* buf,
size_t inLen);
109 virtual std::string toString ()
const;
120 virtual size_t serialize(
void* buf)
const;
UInt32 accountId
Unique ID of the account.
UInt32 ownerId
Unique ID of the buy side member.
UInt32 creationDate
Creation date.
UInt64 updateTime
Last update time.
virtual size_t serializationBufSize() const
UInt64 creationTime
Creation time.
UInt32 submitterMemberId
Unique ID of the submitter member.
virtual ~BV_MEMBER_ACCOUNT()
BV_MEMBER_ACCOUNT_EVENT::Enum event
Action applied to the account.
BV_MEMBER_ACCOUNT_STATUS::Enum status
Account status. Deleted accounts will be removed at the end of the current trading day...
UInt32 updateDate
Last update date.
std::string submitterTraderName
Unique name of the submitter trader.
std::string clearingInfo
Clearing information.
virtual ClassId::Enum id() const
Class id.
UInt32 submitterTraderId
Unique ID of the submitter trader.
unsigned long long UInt64
std::string accountCode
Account External code. Unique code of the account for the buy side member.
std::string accountInfo
Additional account information.