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

Public Member Functions

 TI_EOI_MESSAGE_INFO ()
 ~TI_EOI_MESSAGE_INFO ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

TI_MSG_INFO msgInfo
std::string sectionCode
std::string sectionDesc
TI_EOI_ACTION::Enum action
UInt32 refMsgId
UInt32 refMsgDate
TI_EOI_TYPE::Enum msgType
TI_EOI_MEMBER_INFO sender
TI_FLAG::Enum sendToAllFg
UInt32 recipientsLen
std::vector< TI_EOI_RECIPIENT_MEMBER_INFOrecipients
TI_FLAG::Enum transparentFg
std::string text
TI_VERB::Enum verb
TI_EOI_INSTRUMENT_INFO instrument
TI_RFQ_SETTING_TYPE::Enum fieldSetting
Double qty
Double rate
TI_EOI_EVENT::Enum event
TI_EOI_STATUS::Enum status
UInt64 updateTime
std::string userInfo

Static Public Attributes

static const size_t recipientsSize = 100

Detailed Description

Definition at line 46 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

Constructor & Destructor Documentation

◆ TI_EOI_MESSAGE_INFO()

TI_EOI_MESSAGE_INFO ( )
inline

Definition at line 49 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ ~TI_EOI_MESSAGE_INFO()

~TI_EOI_MESSAGE_INFO ( )
inline

Definition at line 59 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 136 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ action

Action of message.

Definition at line 71 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ event

Action applied to the message.

Definition at line 117 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ fieldSetting

Specifies whether or not the rate, quantity, or both, were specified by the sender of message.

Definition at line 108 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ instrument

Tradable instrument data.

Definition at line 105 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ msgInfo

TI_MSG_INFO msgInfo

Data identifying the EOI message.

Definition at line 62 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ msgType

Message Type.

Definition at line 80 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ qty

Double qty

Quantity.

Definition at line 111 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ rate

Double rate

Rate.

Definition at line 114 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ recipients

std::vector<TI_EOI_RECIPIENT_MEMBER_INFO> recipients

Definition at line 93 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ recipientsLen

UInt32 recipientsLen

Number of recipients.

Definition at line 89 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ recipientsSize

const size_t recipientsSize = 100
static

List of recipients.

Definition at line 92 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ refMsgDate

UInt32 refMsgDate

Date of the referenced message.

Definition at line 77 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ refMsgId

UInt32 refMsgId

Unique ID of the message referenced by this message.

Definition at line 74 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ sectionCode

std::string sectionCode

Section code.

Definition at line 65 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ sectionDesc

std::string sectionDesc

Section description.

Definition at line 68 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ sender

Sender of message.

Definition at line 83 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ sendToAllFg

TI_FLAG::Enum sendToAllFg

If set to Yes, the message will be sent to all enabled members on the specified market.

Definition at line 86 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ status

Status of the message.

Definition at line 120 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ text

std::string text

Text of the message.

Definition at line 99 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ transparentFg

TI_FLAG::Enum transparentFg

Specifies whether the sender identity will be shown to the recipients of the message.

Definition at line 96 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ updateTime

UInt64 updateTime

Time at which the message were last updated.

Definition at line 123 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ userInfo

std::string userInfo

Free Text field used by the client.

Definition at line 126 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.

◆ verb

Sign of the operation.

Definition at line 102 of file SMP.Substructures.TI_EOI_MESSAGE_INFO.h.