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

Public Member Functions

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

Public Attributes

UInt32 quoteMsgId
UInt32 marketId
UInt32 sectionId
UInt32 instrumentId
UInt32 memberId
UInt32 traderId
UInt64 editTime
Double bidQuotation
Double askQuotation
Double bidStrikerQuotation
TI_FLAG::Enum bidStrikerQuotationFg
Double askStrikerQuotation
TI_FLAG::Enum askStrikerQuotationFg
CMF_QUOTE_EVENT::Enum event
CMF_LIQUIDITY_PROVISION::Enum liquidityProvision
CMF_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_QUICK_EDIT()

CMF_QUICK_EDIT ( )
inline

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

◆ ~CMF_QUICK_EDIT()

virtual ~CMF_QUICK_EDIT ( )
inlinevirtual

Definition at line 52 of file SMP.Classes.CMF_QUICK_EDIT.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_QUICK_EDIT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 116 of file SMP.Classes.CMF_QUICK_EDIT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ askQuotation

Double askQuotation

Data regarding the Ask part of the double sided proposal or of the FAS order.

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

◆ askStrikerQuotation

Double askStrikerQuotation

Data regarding the Ask part of the double sided proposal or of the FAS order.

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

◆ askStrikerQuotationFg

TI_FLAG::Enum askStrikerQuotationFg

Flag indicating whether a striker quotation for the ask side has ben specified or not.

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

◆ bidQuotation

Double bidQuotation

Data regarding the Bid part of the double sided proposal or of the FAS order.

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

◆ bidStrikerQuotation

Double bidStrikerQuotation

Data regarding the Bid part of the double sided proposal or of the FAS order.

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

◆ bidStrikerQuotationFg

TI_FLAG::Enum bidStrikerQuotationFg

Flag indicating whether a striker quotation for the bid side has ben specified or not.

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

◆ editTime

UInt64 editTime

Quote last update time.

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

◆ event

Action applied to the double sided proposal or to the FAS order.

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

◆ instrumentId

UInt32 instrumentId

ID of the tradable instrument.

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

◆ liquidityProvision

CMF_LIQUIDITY_PROVISION::Enum liquidityProvision

Liquidity provision flag.

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

◆ marketId

UInt32 marketId

Unique ID of the market.

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

◆ memberId

UInt32 memberId

Data identifying the member who entered the double sided proposal or the FAS order.

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

◆ quoteMsgId

UInt32 quoteMsgId

Data identifying the double sided proposal or the FAS order.

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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

◆ shortSellingIndicator

CMF_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short selling indicator.

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

◆ traderId

UInt32 traderId

Data identifying the trader who entered the double sided proposal or the FAS order.

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