37 namespace BondVision {
48 traderName.reserve(12);
49 submitterTraderName.reserve(12);
111 size_t deserialize(
const void* buf,
size_t inLen);
114 virtual std::string toString ()
const;
125 virtual size_t serialize(
void* buf)
const;
UInt32 creationDate
Creation date.
virtual size_t serializationBufSize() const
UInt32 accountId
Unique ID of the account.
std::string userData
Free field used by the client.
UInt32 traderId
Unique ID of the trader owner of the transaction.
std::string traderName
Name of the trader owner of the transaction.
UInt32 sellSideMemberId
Unique ID of the Sell Side member.
UInt32 updateDate
Last update date.
virtual ClassId::Enum id() const
Class id.
UInt32 buySideMemberId
Unique ID of the Buy Side member.
UInt32 submitterMemberId
Unique ID of the submitter member.
UInt64 updateTime
Last update time.
UInt64 creationTime
Creation time.
BV_MEMBER_ACCOUNT_EXCEPTION_EVENT::Enum event
Action applied to the account exception.
BV_MEMBER_ACCOUNT_EXCEPTION()
UInt32 submitterTraderId
Unique ID of the submitter trader.
UInt32 memberId
Unique ID of the member owner of the transaction: buy side or sell side member.
virtual ~BV_MEMBER_ACCOUNT_EXCEPTION()
unsigned long long UInt64
BV_MEMBER_ACCOUNT_EXCEPTION_STATUS::Enum status
Status of the account exception. Deleted account exceptions will be removed at the end of the current...
std::string submitterTraderName
Name of the submitter trader.