#include <SMP.Classes.REPO_CLIENT_REGISTRATION.h>
Public Member Functions | |
REPO_CLIENT_REGISTRATION () | |
virtual | ~REPO_CLIENT_REGISTRATION () |
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_CLIENT_REGISTRATION * | clone () const |
virtual REPO_CLIENT_REGISTRATION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | submitterMemberId |
UInt32 | submitterTraderId |
std::string | submitterTraderName |
UInt32 | memberId |
UInt32 | traderId |
std::string | traderName |
UInt32 | leiId |
std::string | leiCode |
std::string | leiShortName |
TI_FLAG::Enum | defaultFg |
REPO_CLIENT_REGISTRATION_EVENT::Enum | event |
REPO_CLIENT_REGISTRATION_STATUS::Enum | status |
std::string | userData |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 122 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 creationDate |
Creation date.
Definition at line 103 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt64 creationTime |
Creation time.
Definition at line 106 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
TI_FLAG::Enum defaultFg |
Default flag.
Definition at line 91 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
Action applied to the LEI Registration.
Definition at line 94 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
std::string leiCode |
Legal Entity Description.
Definition at line 85 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 leiId |
Legal Entity ID (see notes above)
Definition at line 82 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
std::string leiShortName |
Legal Entity Short Description.
Definition at line 88 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 73 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
Specifies whether the LEI Registration is active or deleted.
Definition at line 97 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 submitterMemberId |
Unique ID of the member who carried out the configuration.
Definition at line 64 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 submitterTraderId |
Unique ID of the trader who carried out the configuration.
Definition at line 67 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
std::string submitterTraderName |
Unique name of the trader who carried out the configuration.
Definition at line 70 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 76 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
std::string traderName |
Unique name of the trader.
Definition at line 79 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt32 updateDate |
Last update date.
Definition at line 109 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
UInt64 updateTime |
Last update time.
Definition at line 112 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.
std::string userData |
Free field used by the client.
Definition at line 100 of file SMP.Classes.REPO_CLIENT_REGISTRATION.h.