OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_ALGO_ID_REGISTRATION Class Reference

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_REGISTRATIONclone () const
virtual CMF_ALGO_ID_REGISTRATIONclone (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

Detailed Description

Definition at line 45 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

Constructor & Destructor Documentation

◆ CMF_ALGO_ID_REGISTRATION()

Definition at line 48 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ ~CMF_ALGO_ID_REGISTRATION()

virtual ~CMF_ALGO_ID_REGISTRATION ( )
inlinevirtual

Definition at line 60 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_ALGO_ID_REGISTRATION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual CMF_ALGO_ID_REGISTRATION * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 63 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 133 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ algoIdCode

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.

◆ algoIdShortCode

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.

◆ algoIdType

Type of Algo Id registration.

Definition at line 82 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ countryCodeInvestmentDecision

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.

◆ countryCodeOrderExecution

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.

◆ creationDate

UInt32 creationDate

Creation date.

Definition at line 115 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ creationTime

UInt64 creationTime

Creation time.

Definition at line 118 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ event

Action applied to the Algo Id Registration.

Definition at line 106 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ idNameDisplay

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.

◆ memberId

UInt32 memberId

Unique ID of the member owner of the registration.

Definition at line 79 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ status

Specifies whether the Algo Id Registration is active or deleted.

Definition at line 109 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ submitterMemberId

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.

◆ submitterTraderId

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.

◆ submitterTraderName

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.

◆ testedFg

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.

◆ testType

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.

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 121 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 124 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.

◆ userData

std::string userData

Free field used by the client.

Definition at line 112 of file SMP.Classes.CMF_ALGO_ID_REGISTRATION.h.