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

Public Member Functions

 TI_MEMBER_SECTION ()
virtual ~TI_MEMBER_SECTION ()
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 TI_MEMBER_SECTIONclone () const
virtual TI_MEMBER_SECTIONclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 sectionId
UInt32 memberId
UInt32 marketId
std::string marketManager
std::string address
std::string city
std::string province
std::string zIPCode
std::string countryCode
std::string phone
std::string fax
std::string electronicMail
UInt32 startDate
UInt32 endDate

Detailed Description

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

Constructor & Destructor Documentation

◆ TI_MEMBER_SECTION()

TI_MEMBER_SECTION ( )
inline

Definition at line 46 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ ~TI_MEMBER_SECTION()

virtual ~TI_MEMBER_SECTION ( )
inlinevirtual

Definition at line 59 of file SMP.Classes.TI_MEMBER_SECTION.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_MEMBER_SECTION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual TI_MEMBER_SECTION * 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 62 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 117 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ address

std::string address

Address of the Member Firm.

Definition at line 80 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ city

std::string city

Town of residence of the Member Firm.

Definition at line 83 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ countryCode

std::string countryCode

ISO code of the country of the Member Firm.

Definition at line 92 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ electronicMail

std::string electronicMail

E-mail address of the market manager.

Definition at line 101 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ endDate

UInt32 endDate

End of validity date.

Definition at line 107 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ fax

std::string fax

Fax number of the market manager.

Definition at line 98 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 74 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ marketManager

std::string marketManager

Description of the market manager.

Definition at line 77 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ memberId

UInt32 memberId

Unique ID of the member.

Definition at line 71 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ phone

std::string phone

Telephone number of the market manager.

Definition at line 95 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ province

std::string province

Code of the province of residence of the Member Firm.

Definition at line 86 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 68 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ startDate

UInt32 startDate

Start of validity date.

Definition at line 104 of file SMP.Classes.TI_MEMBER_SECTION.h.

◆ zIPCode

std::string zIPCode

Postal code of the Member Firm.

Definition at line 89 of file SMP.Classes.TI_MEMBER_SECTION.h.