OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
TI_MESSAGE Class Reference

#include <SMP.Classes.TI_MESSAGE.h>

Collaboration diagram for TI_MESSAGE:

Public Member Functions

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

Public Attributes

UInt32 msgId
 
UInt32 refMarketId
 
TI_MESSAGE_TXN_TYPE::Enum refTxnType
 
UInt32 refTxnId
 
TI_MESSAGE_MEMBER_INFO sender
 
TI_FLAG::Enum privateFg
 
TI_MESSAGE_RECIPIENT_TYPE::Enum recipienType
 
TI_MESSAGE_MEMBER_INFO recipient
 
std::string body
 
UInt32 creationDate
 
UInt64 creationTime
 

Detailed Description

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

Constructor & Destructor Documentation

TI_MESSAGE ( )
inline

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

virtual ~TI_MESSAGE ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.TI_MESSAGE.h.

Member Function Documentation

virtual TI_MESSAGE* clone ( ) const
virtual

Implements Class.

virtual TI_MESSAGE* clone ( void *  ) const
virtual

Implements Class.

size_t deserialize ( const void *  buf,
size_t  inLen 
)
virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 56 of file SMP.Classes.TI_MESSAGE.h.

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

std::string body

Message Text.

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

UInt32 creationDate

Creation date.

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

UInt64 creationTime

Creation time.

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

UInt32 msgId

Unique ID of the message.

Definition at line 62 of file SMP.Classes.TI_MESSAGE.h.

TI_FLAG::Enum privateFg

Specifies whether the message can be seen only by the sender trader inside the sender member.

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

Recipient member data.

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

Single.

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

UInt32 refMarketId

Unique ID of the market. Optional in case of RefTransactionType = Chat.

Definition at line 65 of file SMP.Classes.TI_MESSAGE.h.

UInt32 refTxnId

Unique ID of the referenced market transaction.

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

Referenced market transaction type.

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

Sender member data.

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


The documentation for this class was generated from the following file: