#include <SMP.Classes.REPO_ALGO_ID_REGISTRATION.h>
Public Member Functions | |
REPO_ALGO_ID_REGISTRATION () | |
virtual | ~REPO_ALGO_ID_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_ALGO_ID_REGISTRATION * | clone () const |
virtual REPO_ALGO_ID_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 |
REPO_ALGO_ID_TYPE::Enum | algoIdType |
std::string | algoIdShortCode |
std::string | algoIdCode |
TI_FLAG::Enum | testedFg |
std::string | testType |
REPO_ALGO_ID_REGISTRATION_EVENT::Enum | event |
REPO_ALGO_ID_REGISTRATION_STATUS::Enum | status |
std::string | userData |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 126 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string algoIdCode |
Alphanumeric value of the Algo Id Code.
Definition at line 89 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
std::string algoIdShortCode |
Short code of the Algo Id Registration (see notes above).
Definition at line 86 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
REPO_ALGO_ID_TYPE::Enum algoIdType |
Type of Algo Id registration.
Definition at line 83 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 creationDate |
Creation date.
Definition at line 107 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt64 creationTime |
Creation time.
Definition at line 110 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
Action applied to the Algo Id Registration.
Definition at line 98 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 74 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
Specifies whether the Algo Id Registration is active or deleted.
Definition at line 101 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 submitterMemberId |
Unique ID of the member who carried out the configuration.
Definition at line 65 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 submitterTraderId |
Unique ID of the trader who carried out the configuration.
Definition at line 68 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
std::string submitterTraderName |
Unique name of the trader who carried out the configuration.
Definition at line 71 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
TI_FLAG::Enum testedFg |
Specifies if the Algo Id has been tested.
Definition at line 92 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
std::string testType |
Alphanumeric value to indicate where the Algo Id Registration has been tested.
Definition at line 95 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 77 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
std::string traderName |
Unique name of the trader.
Definition at line 80 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt32 updateDate |
Last update date.
Definition at line 113 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
UInt64 updateTime |
Last update time.
Definition at line 116 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.
std::string userData |
Free field used by the client.
Definition at line 104 of file SMP.Classes.REPO_ALGO_ID_REGISTRATION.h.