48 submitterTraderName.reserve(12);
49 accountCode.reserve(200);
50 accountInfo.reserve(200);
51 clearingInfo.reserve(50);
112 size_t deserialize(
const void* buf,
size_t inLen);
115 virtual std::string toString ()
const;
126 virtual size_t serialize(
void* buf)
const;
UInt32 creationDate
Creation date.
std::string accountCode
AccountExternal code.
REPO_MEMBER_ACCOUNT_TYPE::Enum accountType
Specifies the type of account.
UInt32 updateDate
Last update date.
UInt64 updateTime
Last update time.
TI_FLAG::Enum aCMDefaultAccountFg
Specifies whether the account must be considered as a default account.
UInt32 ownerId
Unique ID of the member.
unsigned long long UInt64
UInt32 submitterTraderId
Unique ID of the submitter trader.
UInt32 submitterMemberId
Unique ID of the submitter member.
UInt64 creationTime
Creation time.
TI_MEMBER_ACCOUNT_EVENT::Enum event
Action applied to the account.
virtual size_t serializationBufSize() const
virtual ~REPO_MEMBER_ACCOUNT()
virtual ClassId::Enum id() const
Class id.
#define ONIXS_MTS_REPO_SDP_API
std::string submitterTraderName
Unique name of the submitter trader.
TI_MEMBER_ACCOUNT_STATUS::Enum status
Account status.
std::string clearingInfo
Clearing information.
UInt32 accountId
Unique ID of the account.
std::string accountInfo
Additional account information.