OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_DEAL_INFO Class Reference

Public Member Functions

 CMF_DEAL_INFO ()
 ~CMF_DEAL_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 dealMsgInfo
CMF_DEAL_MEMBER_INFO provider
CMF_DEAL_MEMBER_INFO aggressor
TI_FLAG::Enum firstLegClearingHouseFg
TI_FLAG::Enum secondLegClearingHouseFg
CMF_INSTRUMENT_INFO instrument
CMF_MATCH_MODE::Enum matchMode
CMF_DEAL_STATUS::Enum status
CMF_DEAL_SPLIT_STATUS::Enum splitStatus
TI_VERB::Enum verb
CMF_DEAL_TRADING_INFO dealInfo
UInt16 numberOfTrades
UInt64 updateTime
TI_TRADE_TYPE::Enum tradeType
std::string micCode
CMF_WAIVER_INDICATOR::Enum waiverIndicator
CMF_DEFERRAL::Enum deferral

Detailed Description

Definition at line 47 of file SMP.Substructures.CMF_DEAL_INFO.h.

Constructor & Destructor Documentation

◆ CMF_DEAL_INFO()

CMF_DEAL_INFO ( )
inline

Definition at line 50 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ ~CMF_DEAL_INFO()

~CMF_DEAL_INFO ( )
inline

Definition at line 55 of file SMP.Substructures.CMF_DEAL_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 116 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ aggressor

Member's ID of the Aggressor (the member can be the Agent's Client or a Third Party Sponsor too)

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

◆ dealInfo

Price, Yield, Quantity of deal.

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

◆ dealMsgInfo

TI_MSG_INFO dealMsgInfo

Data identifying the deal.

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

◆ deferral

Deferral type.

Definition at line 107 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ firstLegClearingHouseFg

TI_FLAG::Enum firstLegClearingHouseFg

Specifies whether the first leg is settled in clearing house.

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

◆ instrument

CMF_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

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

◆ matchMode

Type of match (automatic or manual)

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

◆ micCode

std::string micCode

MIC Code.

Definition at line 101 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ numberOfTrades

UInt16 numberOfTrades

Number of trades generated by the deal.

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

◆ provider

Member's ID of the Provider (the member can be the Agent's Client or a Third Party Sponsor too)

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

◆ secondLegClearingHouseFg

TI_FLAG::Enum secondLegClearingHouseFg

Specifies whether the second leg is settled in clearing house.

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

◆ splitStatus

Not used.

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

◆ status

Status of the deal.

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

◆ tradeType

Specifies whether the last deal refers to normal trading activity or to a RFQ....

Definition at line 98 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ updateTime

UInt64 updateTime

Update time when the contract is cancelled/restored.

Definition at line 95 of file SMP.Substructures.CMF_DEAL_INFO.h.

◆ verb

Specifies whether it is a buy or sell deal. (Referred to the member who receives the information)

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

◆ waiverIndicator

CMF_WAIVER_INDICATOR::Enum waiverIndicator

Waiver Indicator.

Definition at line 104 of file SMP.Substructures.CMF_DEAL_INFO.h.