#include <SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h>
Public Member Functions | |
REPO_ACM_TRIPARTY_NOTE () | |
virtual | ~REPO_ACM_TRIPARTY_NOTE () |
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_ACM_TRIPARTY_NOTE * | clone () const |
virtual REPO_ACM_TRIPARTY_NOTE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | memberId |
UInt32 | traderId |
std::string | traderName |
UInt32 | tripartyId |
UInt32 | counterpartyId |
std::string | counterpartyCode |
std::string | counterpartyDesc |
std::string | counterpartyShortDesc |
UInt32 | accountId |
std::string | note |
std::string | userData |
UInt32 | crationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 117 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 accountId |
Unique ID of the Account.
Definition at line 89 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string counterpartyCode |
ABI/MTS code of the Counterparty.
Definition at line 80 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string counterpartyDesc |
Description of the Counterparty.
Definition at line 83 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 counterpartyId |
Unique ID of the Counterparty.
Definition at line 77 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string counterpartyShortDesc |
Short description of the Counterparty.
Definition at line 86 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 crationDate |
Creation Date.
Definition at line 98 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt64 creationTime |
Creation Time.
Definition at line 101 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 memberId |
Unique ID of the member to whom data are addressed.
Definition at line 65 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string note |
Note (free text)
Definition at line 92 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 68 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string traderName |
Name of the trader.
Definition at line 71 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 tripartyId |
Unique ID of the instrument Triparty.
Definition at line 74 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt32 updateDate |
Last Update Date.
Definition at line 104 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
UInt64 updateTime |
Last UpdateTime.
Definition at line 107 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.
std::string userData |
Free field used by the client.
Definition at line 95 of file SMP.Classes.REPO_ACM_TRIPARTY_NOTE.h.