OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
InstrumentDefinitionFX63 Struct Reference

Classes

struct  EventsEntry
struct  FeedTypesEntry
struct  InstAttribEntry
struct  LotTypeRulesEntry
struct  TradingSessionsEntry

Public Types

enum  
typedef BinaryGroup< EventsEntry, GroupSize, MessageSizeEvents
typedef BinaryGroup< FeedTypesEntry, GroupSize, MessageSizeFeedTypes
typedef BinaryGroup< InstAttribEntry, GroupSize, MessageSizeInstAttrib
typedef BinaryGroup< LotTypeRulesEntry, GroupSize, MessageSizeLotTypeRules
typedef BinaryGroup< TradingSessionsEntry, GroupSize, MessageSizeTradingSessions
Public Types inherited from BinaryMessage
typedef MessageSize EncodedLength
typedef MessageSize BlockLength
typedef BinaryGroups< MessageSizeGroups

Public Member Functions

 InstrumentDefinitionFX63 ()
 InstrumentDefinitionFX63 (const void *data, EncodedLength length)
MatchEventIndicator matchEventIndicator () const
bool totNumReports (UInt32 &value) const
SecurityUpdateAction::Enum securityUpdateAction () const
Timestamp lastUpdateTime () const
bool securityTradingStatus (SecurityTradingStatus::Enum &value) const
Int16 applId () const
UInt8 marketSegmentId () const
UInt8 underlyingProduct () const
StrRef securityExchange () const
StrRef securityGroup () const
StrRef asset () const
StrRef symbol () const
Int32 securityId () const
SecurityIDSource securityIdSource () const
StrRef securityType () const
StrRef cfiCode () const
StrRef currency () const
StrRef settlCurrency () const
StrRef priceQuoteCurrency () const
CHAR matchAlgorithm () const
UInt32 minTradeVol () const
UInt32 maxTradeVol () const
Decimal minPriceIncrement () const
Decimal displayFactor () const
UInt8 pricePrecision () const
StrRef unitOfMeasure () const
bool unitOfMeasureQty (Decimal &value) const
bool highLimitPrice (Decimal &value) const
bool lowLimitPrice (Decimal &value) const
bool maxPriceVariation (Decimal &value) const
UserDefinedInstrument userDefinedInstrument () const
StrRef financialInstrumentFullName () const
StrRef fxCurrencySymbol () const
StrRef settlType () const
UInt16 interveningDays () const
StrRef fxBenchmarkRateFix () const
StrRef rateSource () const
StrRef fixRateLocalTime () const
StrRef fixRateLocalTimeZone () const
UInt32 minQuoteLife () const
Decimal maxPriceDiscretionOffset () const
bool instrumentGUId (UInt64 &value) const
bool maturityMonthYear (MaturityMonthYear &value) const
StrRef settlementLocale () const
bool altMinPriceIncrement (Decimal &value) const
bool altMinQuoteLife (UInt32 &value) const
bool altPriceIncrementConstraint (Decimal &value) const
bool maxBidAskConstraint (Decimal &value) const
Events events () const
FeedTypes feedTypes () const
InstAttrib instAttrib () const
LotTypeRules lotTypeRules () const
TradingSessions tradingSessions () const
Public Member Functions inherited from BinaryMessage
 BinaryMessage ()
 BinaryMessage (const void *encoded, EncodedLength length)
 BinaryMessage (const BinaryMessage &other)
 operator bool () const
MessageTemplateId templateId () const
SchemaVersion version () const
const void * encoded () const
EncodedLength encodedLength () const
const void * block () const
BlockLength blockLength () const
Groups groups () const
BinaryMessageoperator= (const BinaryMessage &other)

Static Public Member Functions

static ONIXS_CONFLATEDUDP_EXPORTED BlockLength blockLength (SchemaVersion version)
static ONIXS_CONFLATEDUDP_EXPORTED const CharclassName ()
static ONIXS_CONFLATEDUDP_EXPORTED StrRef fixType ()

Additional Inherited Members

Protected Member Functions inherited from BinaryMessage
 BinaryMessage (const void *encoded, EncodedLength length, NoVersionCheck)
Protected Member Functions inherited from BinaryBlock< BinaryMessage, MessageSize >
 BinaryBlock ()
 ~BinaryBlock ()
Value ordinary (MessageSize offset) const
bool ordinary (Value &value, MessageSize offset, const NullValue &null) const
bool ordinary (Value &value, MessageSize offset, const NullValue &null, SchemaVersion since) const
Enumeration::Enum enumeration (MessageSize offset) const
bool enumeration (typename Enumeration::Enum &value, MessageSize offset, const NullValue &null) const
bool enumeration (typename Enumeration::Enum &value, MessageSize offset, const NullValue &null, SchemaVersion since) const
Decimal decimal (MessageSize offset) const
bool decimal (Decimal &value, MessageSize offset, const NullValue &null) const
bool decimal (Decimal &value, MessageSize offset, const NullValue &null, SchemaVersion since) const
StrRef fixedStr (MessageSize offset) const
StrRef fixedStr (MessageSize offset, SchemaVersion since) const

Detailed Description

Definition at line 191 of file Messages.h.

Member Typedef Documentation

◆ Events

Repeating group containing EventsEntry entries.

Definition at line 267 of file Messages.h.

◆ FeedTypes

Repeating group containing FeedTypesEntry entries.

Definition at line 338 of file Messages.h.

◆ InstAttrib

Repeating group containing InstAttribEntry entries.

Definition at line 407 of file Messages.h.

◆ LotTypeRules

Repeating group containing LotTypeRulesEntry entries.

Definition at line 485 of file Messages.h.

◆ TradingSessions

Repeating group containing TradingSessionsEntry entries.

Definition at line 614 of file Messages.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message template ID from SBE schema.

Enumerator
TemplateId 63 

Definition at line 196 of file Messages.h.

Constructor & Destructor Documentation

◆ InstrumentDefinitionFX63() [1/2]

Initializes blank instance.

Definition at line 617 of file Messages.h.

◆ InstrumentDefinitionFX63() [2/2]

InstrumentDefinitionFX63 ( const void * data,
EncodedLength length )
inline

Initializes instance over given memory block.

Definition at line 622 of file Messages.h.

Member Function Documentation

◆ altMinPriceIncrement()

bool altMinPriceIncrement ( Decimal & value) const
inline

New sub-tick which is only available for order entry when certain conditions are met, tick value which corresponds to the Alt Min Quote Life.

Definition at line 1046 of file Messages.h.

◆ altMinQuoteLife()

bool altMinQuoteLife ( UInt32 & value) const
inline

MQL duration in number of microseconds applied to orders at AltMinPriceIncrement.

Definition at line 1058 of file Messages.h.

◆ altPriceIncrementConstraint()

bool altPriceIncrementConstraint ( Decimal & value) const
inline

Minimum price offset better than the best Standard Tick order for an order to be allowed into the market.

Definition at line 1070 of file Messages.h.

◆ applId()

Int16 applId ( ) const
inline

The channel ID as defined in the XML Configuration file.

Definition at line 688 of file Messages.h.

◆ asset()

StrRef asset ( ) const
inline

The underlying asset code also known as Product Code.

Definition at line 731 of file Messages.h.

◆ blockLength()

ONIXS_CONFLATEDUDP_EXPORTED BlockLength blockLength ( SchemaVersion version)
inlinestatic

Size of message body in bytes.

Definition at line 1145 of file Messages.h.

◆ cfiCode()

StrRef cfiCode ( ) const
inline

ISO standard instrument categorization code.

Definition at line 772 of file Messages.h.

◆ className()

ONIXS_CONFLATEDUDP_EXPORTED const Char * className ( )
inlinestatic

Returns class name.

Definition at line 1155 of file Messages.h.

◆ currency()

StrRef currency ( ) const
inline

Base currency.

Definition at line 781 of file Messages.h.

◆ displayFactor()

Decimal displayFactor ( ) const
inline

Contains the multiplier to convert the CME Globex display price to the conventional price.

Definition at line 842 of file Messages.h.

◆ events()

Events events ( ) const
inline

Returns instance of Events repeating group.

Definition at line 1094 of file Messages.h.

◆ feedTypes()

FeedTypes feedTypes ( ) const
inline

Returns instance of FeedTypes repeating group.

Definition at line 1102 of file Messages.h.

◆ financialInstrumentFullName()

StrRef financialInstrumentFullName ( ) const
inline

EBS instrument long name.

Definition at line 918 of file Messages.h.

◆ fixRateLocalTime()

StrRef fixRateLocalTime ( ) const
inline

Fixing Rate Local Time, denoted in HH:MM:SS format.

Definition at line 977 of file Messages.h.

◆ fixRateLocalTimeZone()

StrRef fixRateLocalTimeZone ( ) const
inline

Fixing Rate Local Time Zone corresponding to Fixing Local Time.

Definition at line 987 of file Messages.h.

◆ fixType()

ONIXS_CONFLATEDUDP_EXPORTED StrRef fixType ( )
inlinestatic

FIX message type.

Definition at line 1162 of file Messages.h.

◆ fxBenchmarkRateFix()

StrRef fxBenchmarkRateFix ( ) const
inline

Fixing Rate Description.

Definition at line 959 of file Messages.h.

◆ fxCurrencySymbol()

StrRef fxCurrencySymbol ( ) const
inline

Base/Local. Denotes the currency pair in CCY1/CCY2 convention.

Definition at line 928 of file Messages.h.

◆ highLimitPrice()

bool highLimitPrice ( Decimal & value) const
inline

Allowable high limit price for the trading day.

Definition at line 880 of file Messages.h.

◆ instAttrib()

InstAttrib instAttrib ( ) const
inline

Returns instance of InstAttrib repeating group.

Definition at line 1111 of file Messages.h.

◆ instrumentGUId()

bool instrumentGUId ( UInt64 & value) const
inline

External unique instrument ID.

Definition at line 1014 of file Messages.h.

◆ interveningDays()

UInt16 interveningDays ( ) const
inline

For SPOT, number of business days between trade date and value (settlement) date. For NDF, number of business days between NDF valuation (fixing) and settlement.

Definition at line 951 of file Messages.h.

◆ lastUpdateTime()

Timestamp lastUpdateTime ( ) const
inline

Timestamp of when the instrument was last added, modified or deleted.

Definition at line 666 of file Messages.h.

◆ lotTypeRules()

LotTypeRules lotTypeRules ( ) const
inline

Returns instance of LotTypeRules repeating group.

Definition at line 1121 of file Messages.h.

◆ lowLimitPrice()

bool lowLimitPrice ( Decimal & value) const
inline

Allowable low limit price for the trading day.

Definition at line 890 of file Messages.h.

◆ marketSegmentId()

UInt8 marketSegmentId ( ) const
inline

Identifies the market segment, populated for all CME Globex instruments.

Definition at line 697 of file Messages.h.

◆ matchAlgorithm()

CHAR matchAlgorithm ( ) const
inline

Matching algorithm.

Definition at line 809 of file Messages.h.

◆ matchEventIndicator()

MatchEventIndicator matchEventIndicator ( ) const
inline

Bitmap field of eight Boolean type indicators reflecting the end of updates for a given Globex event.

Definition at line 635 of file Messages.h.

◆ maturityMonthYear()

bool maturityMonthYear ( MaturityMonthYear & value) const
inline

Fixed Date NDF Maturity.

Definition at line 1024 of file Messages.h.

◆ maxBidAskConstraint()

bool maxBidAskConstraint ( Decimal & value) const
inline

Maximum bid/ask spread for which sub-tick orders will be accepted (Sub tick orders will be rejected if bid/ask spread is greater than this value).

Definition at line 1083 of file Messages.h.

◆ maxPriceDiscretionOffset()

Decimal maxPriceDiscretionOffset ( ) const
inline

Max allowed discretionary offset from Limit order price. When the value in this field = 0, discretionary price cannot be submitted for the instrument.

Definition at line 1006 of file Messages.h.

◆ maxPriceVariation()

bool maxPriceVariation ( Decimal & value) const
inline

Differential value for price banding.

Definition at line 900 of file Messages.h.

◆ maxTradeVol()

UInt32 maxTradeVol ( ) const
inline

The maximum trading volume for a security.

Definition at line 825 of file Messages.h.

◆ minPriceIncrement()

Decimal minPriceIncrement ( ) const
inline

Minimum price tick.

Definition at line 833 of file Messages.h.

◆ minQuoteLife()

UInt32 minQuoteLife ( ) const
inline

Minimum Quote Life in number of microseconds.

Definition at line 996 of file Messages.h.

◆ minTradeVol()

UInt32 minTradeVol ( ) const
inline

The minimum trading volume for a security.

Definition at line 817 of file Messages.h.

◆ pricePrecision()

UInt8 pricePrecision ( ) const
inline

Specifies price decimal precision for EBS instrument.

Definition at line 850 of file Messages.h.

◆ priceQuoteCurrency()

StrRef priceQuoteCurrency ( ) const
inline

Local (counter) currency.

Definition at line 800 of file Messages.h.

◆ rateSource()

StrRef rateSource ( ) const
inline

Fixing Rate Source.

Definition at line 968 of file Messages.h.

◆ securityExchange()

StrRef securityExchange ( ) const
inline

Exchange used to identify a security.

Definition at line 713 of file Messages.h.

◆ securityGroup()

StrRef securityGroup ( ) const
inline

Security Group Code.

Definition at line 722 of file Messages.h.

◆ securityId()

Int32 securityId ( ) const
inline

Unique instrument ID.

Definition at line 749 of file Messages.h.

◆ securityIdSource()

SecurityIDSource securityIdSource ( ) const
inline

Identifies class or source of tag 48-SecurityID value.

Definition at line 757 of file Messages.h.

◆ securityTradingStatus()

bool securityTradingStatus ( SecurityTradingStatus::Enum & value) const
inline

Identifies the current state of the instrument. In Security Definition message this tag is available in the Instrument Replay feed only.

Definition at line 677 of file Messages.h.

◆ securityType()

StrRef securityType ( ) const
inline

Security Type.

Definition at line 763 of file Messages.h.

◆ securityUpdateAction()

SecurityUpdateAction::Enum securityUpdateAction ( ) const
inline

Last Security update action on Incremental feed, 'D' or 'M' is used when a mid-week deletion or modification (i.e. extension) occurs.

Definition at line 657 of file Messages.h.

◆ settlCurrency()

StrRef settlCurrency ( ) const
inline

Currency used for settlement, which may be different from Local currency specified in Tag 1524 PriceQuoteCurrency.

Definition at line 791 of file Messages.h.

◆ settlementLocale()

StrRef settlementLocale ( ) const
inline

Settlement Locale. Optionally used to differentiate settlement location.

Definition at line 1035 of file Messages.h.

◆ settlType()

StrRef settlType ( ) const
inline

For SPOTs will contain 0. For Fixed date NDFs will contain the value 'B'. For the standard NDFs tenors expressed using Dx, Mx, Wx, and Yx values, where 'x' does not denote business days, but calendar days.

Definition at line 940 of file Messages.h.

◆ symbol()

StrRef symbol ( ) const
inline

Instrument Name or Symbol.

Definition at line 740 of file Messages.h.

◆ totNumReports()

bool totNumReports ( UInt32 & value) const
inline

Total number of instruments in the Replay loop. Used on Replay Feed only.

Definition at line 644 of file Messages.h.

◆ tradingSessions()

TradingSessions tradingSessions ( ) const
inline

Returns instance of TradingSessions repeating group.

Definition at line 1132 of file Messages.h.

◆ underlyingProduct()

UInt8 underlyingProduct ( ) const
inline

Product complex.

Definition at line 705 of file Messages.h.

◆ unitOfMeasure()

StrRef unitOfMeasure ( ) const
inline

Unit of measure for the products' original contract size. This will be populated for all products listed on CME Globex.

Definition at line 860 of file Messages.h.

◆ unitOfMeasureQty()

bool unitOfMeasureQty ( Decimal & value) const
inline

This field contains the contract size for each instrument. Used in combination with tag 996-UnitofMeasure.

Definition at line 870 of file Messages.h.

◆ userDefinedInstrument()

UserDefinedInstrument userDefinedInstrument ( ) const
inline

User-defined instruments flag.

Definition at line 910 of file Messages.h.