#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.CMF_ALGO_ID_REGISTRATION.h>
Public Member Functions | |
CMF_ALGO_ID_REGISTRATION () | |
virtual | ~CMF_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 CMF_ALGO_ID_REGISTRATION * | clone () const |
virtual CMF_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 |
CMF_ALGO_ID_TYPE::Enum | algoIdType |
std::string | algoIdShortCode |
std::string | algoIdCode |
std::string | idNameDisplay |
std::string | countryCodeInvestmentDecision |
std::string | countryCodeOrderExecution |
TI_FLAG::Enum | testedFg |
std::string | testType |
CMF_ALGO_ID_REGISTRATION_EVENT::Enum | event |
CMF_ALGO_ID_REGISTRATION_STATUS::Enum | status |
std::string | userData |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 45 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
|
inline |
Definition at line 48 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
|
inlinevirtual |
Definition at line 60 of file SMP.Classes.CMF_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 133 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string algoIdCode |
Alphanumeric value of the Algo Id Code. Empty for traders other than SuperUser.
Definition at line 88 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string algoIdShortCode |
Short code of the Algo Id Registration (see notes above). Unique for Algo Type for Member.
Definition at line 85 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
CMF_ALGO_ID_TYPE::Enum algoIdType |
Type of Algo Id registration.
Definition at line 82 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string countryCodeInvestmentDecision |
Country Code (value configured in the Anagrafica) of the branch responsible for the person making the Investment Decision. Only for Algo Type = "National ID".
Definition at line 94 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string countryCodeOrderExecution |
Country Code (value configured in the Anagrafica) of the branch responsible for the person making the Order Execution. Only for Algo Type = "National ID".
Definition at line 97 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt32 creationDate |
Creation date.
Definition at line 115 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt64 creationTime |
Creation time.
Definition at line 118 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
Action applied to the Algo Id Registration.
Definition at line 106 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string idNameDisplay |
Optional Name that can be associated to Algo Id.
Definition at line 91 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt32 memberId |
Unique ID of the member owner of the registration.
Definition at line 79 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
Specifies whether the Algo Id Registration is active or deleted.
Definition at line 109 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt32 submitterMemberId |
Unique ID of the member who carried out the configuration.
Definition at line 70 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt32 submitterTraderId |
Unique ID of the trader who carried out the configuration.
Definition at line 73 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string submitterTraderName |
Unique name of the trader who carried out the configuration.
Definition at line 76 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
TI_FLAG::Enum testedFg |
Specifies if the Algo Id has been tested. For Algo Type <> "National ID", TestedFg = TI_FLAG_Yes. For Algo Type = "National ID", TestedFg = TI_FLAG_No.
Definition at line 100 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string testType |
Alphanumeric value to indicate where the Algo Id Registration has been tested. Empty if TestedFg = TI_FLAG_No. Empty if Algo Type = "National ID".
Definition at line 103 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt32 updateDate |
Last update date.
Definition at line 121 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
UInt64 updateTime |
Last update time.
Definition at line 124 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.
std::string userData |
Free field used by the client.
Definition at line 112 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.