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

Public Member Functions

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

Public Attributes

UInt32 memberId
UInt32 traderId
std::string traderName
UInt32 mailDate
UInt64 mailTime
UInt32 mailExpiryDate
TI_MAIL_TYPE::Enum mailType
TI_ADDRESSEE_TYPE::Enum addresseeType
UInt32 addresseeMarketId
UInt32 addresseeSectionId
UInt32 addresseeMemberId
TI_MEMBER_PROFILE::Enum addresseeMemberProfile
std::string mailSubject
std::string mailText
std::string userData

Detailed Description

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

Constructor & Destructor Documentation

◆ TI_MAIL()

TI_MAIL ( )
inline

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

◆ ~TI_MAIL()

virtual ~TI_MAIL ( )
inlinevirtual

Definition at line 54 of file SMP.Classes.TI_MAIL.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_MAIL * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ addresseeMarketId

UInt32 addresseeMarketId

Unique ID of the recipient market.

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

◆ addresseeMemberId

UInt32 addresseeMemberId

Unique ID of the recipient member.

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

◆ addresseeMemberProfile

TI_MEMBER_PROFILE::Enum addresseeMemberProfile

ID of the recipient member profile.

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

◆ addresseeSectionId

UInt32 addresseeSectionId

Unique ID of the recipient section.

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

◆ addresseeType

TI_ADDRESSEE_TYPE::Enum addresseeType

Type of recipient.

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

◆ mailDate

UInt32 mailDate

Date on which the message was written.

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

◆ mailExpiryDate

UInt32 mailExpiryDate

Expiry date of the message.

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

◆ mailSubject

std::string mailSubject

Subject of the message.

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

◆ mailText

std::string mailText

Text of the message.

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

◆ mailTime

UInt64 mailTime

Time at which the message was written.

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

◆ mailType

Type of message.

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

◆ memberId

UInt32 memberId

Unique ID of the sending member.

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

◆ traderId

UInt32 traderId

Unique ID of the trader.

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

◆ traderName

std::string traderName

Name of the sending trader.

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

◆ userData

std::string userData

Free field used by the client.

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