#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h>
Public Member Functions | |
BV_MEMBER_ACCOUNT_INFO () | |
virtual | ~BV_MEMBER_ACCOUNT_INFO () |
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 BV_MEMBER_ACCOUNT_INFO * | clone () const |
virtual BV_MEMBER_ACCOUNT_INFO * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | buySideMemberId |
UInt32 | sellSideMemberId |
UInt32 | accountId |
std::string | accountCode |
std::string | accountInfo |
std::string | clearingInfo |
BV_MEMBER_ACCOUNT_STATUS::Enum | status |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 102 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string accountCode |
Account External code. Unique code of the account for the buy side member.
Definition at line 71 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt32 accountId |
Unique ID of the account.
Definition at line 68 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
std::string accountInfo |
Additional account information.
Definition at line 74 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt32 buySideMemberId |
Unique ID of the buy side member.
Definition at line 62 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
std::string clearingInfo |
Clearing information.
Definition at line 77 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt32 creationDate |
Creation date.
Definition at line 83 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt64 creationTime |
Creation time.
Definition at line 86 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt32 sellSideMemberId |
Unique ID of the sell side member.
Definition at line 65 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
Account status. Deleted accounts will be removed at the end of the current trading day.
Definition at line 80 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt32 updateDate |
Last update date.
Definition at line 89 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.
UInt64 updateTime |
Last update time.
Definition at line 92 of file SMP.Classes.BV_MEMBER_ACCOUNT_INFO.h.