OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_NATIONAL_ID_REGISTRATION Class Reference

Public Member Functions

 BV_NATIONAL_ID_REGISTRATION ()
virtual ~BV_NATIONAL_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 BV_NATIONAL_ID_REGISTRATIONclone () const
virtual BV_NATIONAL_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
BV_NATIONAL_ID_TYPE::Enum nationalIdType
std::string nationalIdCode
std::string shortCode
std::string idNameDisplay
std::string countryCodeInvestmentDecision
std::string countryCodeOrderExecution
BV_REGISTRATION_EVENT::Enum event
BV_REGISTRATION_STATUS::Enum status
std::string userData
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

Definition at line 43 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

Constructor & Destructor Documentation

◆ BV_NATIONAL_ID_REGISTRATION()

◆ ~BV_NATIONAL_ID_REGISTRATION()

virtual ~BV_NATIONAL_ID_REGISTRATION ( )
inlinevirtual

Definition at line 57 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_NATIONAL_ID_REGISTRATION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_NATIONAL_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 60 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ countryCodeInvestmentDecision

std::string countryCodeInvestmentDecision

Country Code (value configured in 'Anagrafica') of the branch responsible for the person making the Investment Decision.

Definition at line 90 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ countryCodeOrderExecution

std::string countryCodeOrderExecution

Country Code (value configured in 'Anagrafica') of the branch responsible for the person making the Order Execution.

Definition at line 93 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ creationDate

UInt32 creationDate

Creation date.

Definition at line 105 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ creationTime

UInt64 creationTime

Creation time.

Definition at line 108 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ event

Action applied to the Registration.

Definition at line 96 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ idNameDisplay

std::string idNameDisplay

Optional IdCode description.

Definition at line 87 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ memberId

UInt32 memberId

Unique ID of the member to which the registration is referred.

Definition at line 75 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ nationalIdCode

std::string nationalIdCode

National Id Code alphanumeric value (see notes above). Empty for traders other than Super User.

Definition at line 81 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ nationalIdType

BV_NATIONAL_ID_TYPE::Enum nationalIdType

National Id Type. Value 'CI' is accepted only for buy-side members (i.e. MemberId indicates a buy-side member).

Definition at line 78 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ shortCode

std::string shortCode

Alternative representation of the IdCode (see notes above)

Definition at line 84 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ status

Specifies whether the Registration is active or deleted.

Definition at line 99 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ submitterMemberId

UInt32 submitterMemberId

Unique ID of the member who carried out the configuration.

Definition at line 66 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ submitterTraderId

UInt32 submitterTraderId

Unique ID of the trader who carried out the configuration.

Definition at line 69 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ submitterTraderName

std::string submitterTraderName

Unique name of the trader who carried out the configuration.

Definition at line 72 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 111 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 114 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.

◆ userData

std::string userData

Free field used by the client.

Definition at line 102 of file SMP.Classes.BV_NATIONAL_ID_REGISTRATION.h.