#include <SMP.Classes.REPO_MEMBER_ACCOUNT.h>
Public Member Functions | |
REPO_MEMBER_ACCOUNT () | |
virtual | ~REPO_MEMBER_ACCOUNT () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual REPO_MEMBER_ACCOUNT * | clone () const |
virtual REPO_MEMBER_ACCOUNT * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | ownerId |
UInt32 | accountId |
UInt32 | submitterMemberId |
UInt32 | submitterTraderId |
std::string | submitterTraderName |
std::string | accountCode |
std::string | accountInfo |
std::string | clearingInfo |
REPO_MEMBER_ACCOUNT_TYPE::Enum | accountType |
TI_FLAG::Enum | aCMDefaultAccountFg |
TI_MEMBER_ACCOUNT_EVENT::Enum | event |
TI_MEMBER_ACCOUNT_STATUS::Enum | status |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 118 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string accountCode |
AccountExternal code.
Definition at line 78 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 accountId |
Unique ID of the account.
Definition at line 66 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
std::string accountInfo |
Additional account information.
Definition at line 81 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
REPO_MEMBER_ACCOUNT_TYPE::Enum accountType |
Specifies the type of account.
Definition at line 87 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
TI_FLAG::Enum aCMDefaultAccountFg |
Specifies whether the account must be considered as a default account.
Definition at line 90 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
std::string clearingInfo |
Clearing information.
Definition at line 84 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 creationDate |
Creation date.
Definition at line 99 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt64 creationTime |
Creation time.
Definition at line 102 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
Action applied to the account.
Definition at line 93 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 ownerId |
Unique ID of the member.
Definition at line 63 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
Account status.
Definition at line 96 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 submitterMemberId |
Unique ID of the submitter member.
Definition at line 69 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 submitterTraderId |
Unique ID of the submitter trader.
Definition at line 72 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
std::string submitterTraderName |
Unique name of the submitter trader.
Definition at line 75 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt32 updateDate |
Last update date.
Definition at line 105 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.
UInt64 updateTime |
Last update time.
Definition at line 108 of file SMP.Classes.REPO_MEMBER_ACCOUNT.h.