50 accountCode.reserve(200);
51 accountInfo.reserve(200);
52 clearingInfo.reserve(50);
53 submitterTraderName.reserve(12);
108 size_t deserialize(
const void* buf,
size_t inLen);
111 virtual std::string toString ()
const;
122 virtual size_t serialize(
void* buf)
const;
std::string accountCode
Account External code. Unique code of the account for the member.
virtual ~CMF_MEMBER_ACCOUNT()
UInt32 ownerId
Unique ID of the member.
UInt64 creationTime
Creation time.
UInt32 creationDate
Creation date.
virtual ClassId::Enum id() const
Class id.
UInt32 updateDate
Last update date.
UInt32 accountId
Unique ID of the account.
CMF_MEMBER_ACCOUNT_STATUS::Enum status
Account status. Deleted accounts will be removed at the end of the current trading day...
std::string clearingInfo
Clearing information.
CMF_MEMBER_ACCOUNT_EVENT::Enum event
Action applied to the account.
unsigned long long UInt64
UInt32 submitterTraderId
Unique ID of the submitter trader who originated/modified the account.
std::string accountInfo
Additional account information.
UInt64 updateTime
Last update time.
virtual size_t serializationBufSize() const
std::string submitterTraderName
Unique name of the submitter trader who originated/modified the account.
UInt32 submitterMemberId
Unique ID of the submitter member whooriginated/modified the account.