#include <OnixS/CME/MDH/messaging/Messages.h>
Classes | |
| struct | EventsEntry |
| struct | FeedTypesEntry |
| struct | InstAttribEntry |
| struct | LegsEntry |
| struct | LotTypeRulesEntry |
Public Types | |
| enum | |
| typedef SchemaTraits | Schema |
| typedef InstrumentDefinitionSpread56 | ThisType |
| typedef SbeGroup< EventsEntry, GroupSize, MessageSize > | Events |
| typedef SbeGroup< FeedTypesEntry, GroupSize, MessageSize > | FeedTypes |
| typedef SbeGroup< InstAttribEntry, GroupSize, MessageSize > | InstAttrib |
| typedef SbeGroup< LotTypeRulesEntry, GroupSize, MessageSize > | LotTypeRules |
| typedef SbeGroup< LegsEntry, GroupSize, MessageSize > | Legs |
| Public Types inherited from SbeMessage | |
| typedef MessageSize | EncodedLength |
| typedef MessageSize | BlockLength |
Static Public Member Functions | |
| static constexpr SecurityIDSource | securityIdSource () noexcept |
| static constexpr BlockLength | minimalBlockLength (SchemaVersion version) noexcept |
| static constexpr BlockLength | blockLength (SchemaVersion version) noexcept |
| static constexpr MessageSize | getMinimalVariableFieldsSize (SchemaVersion version) |
| static constexpr UInt64 | getMaxMessageSize (UInt8 maxGroupItems=255) noexcept |
| static constexpr StrRef | className () noexcept |
| static constexpr StrRef | fixType () noexcept |
Additional Inherited Members | |
| Protected Types inherited from SbeMessage | |
| typedef SbeGroupList< MessageSize > | GroupList |
| typedef SbeVariableLengthFieldList< MessageSize > | VariableLengthFieldList |
| Protected Member Functions inherited from SbeMessage | |
| SbeMessage & | version (SchemaVersion version) noexcept |
| GroupList | groups () noexcept |
| GroupList | groups () const noexcept |
| template<typename Group> | |
| void | initGroup (Group &group, typename Group::EntrySize entrySize) noexcept |
| template<typename Group> | |
| void | setupGroup (Group &group, typename Group::Size entryCount, const void *messageTail) |
| template<typename Group> | |
| void | constructGroup (Group &group, typename Group::Size entryCount, const void *messageTail) |
| VariableLengthFieldList | variableLengthFields () noexcept |
| VariableLengthFieldList | variableLengthFields () const noexcept |
| void | init (MessageHeader::TemplateId value, MessageHeader::BlockLength minimalBlockLength, MessageHeader::BlockLength blockLength, SchemaId id) noexcept |
| MessageSize | calculateBinarySize (const void *tail) const noexcept |
| template<class Group, class Callable, class Owner> | |
| void | resetGroup (Callable callable, Owner &owner) noexcept |
| template<class Callable, class Owner> | |
| void | setVariableLengthFieldToNull (Callable callable, SchemaVersion since, Owner &owner) noexcept |
| template<class Group, class Callable, class Owner> | |
| void | resetGroup (Callable callable, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | getGroup (Callable callable, Owner &owner) const noexcept |
| template<class Group, class Callable, class Owner> | |
| Group | getGroup (Callable callable, SchemaVersion since, Owner &owner) const noexcept |
| template<class Group, class Callable, class Owner> | |
| Group | constructGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | constructGroup (Callable callable, typename Group::Size length, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | setupGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | setupGroup (Callable callable, typename Group::Size length, Owner &owner) |
| Protected Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize > | |
| SbeFields ()=default | |
| ~SbeFields ()=default | |
| Protected Member Functions inherited from BinaryBlock< Messaging::SbeMessage, MessageSize > | |
| BinaryBlock ()=default | |
| ~BinaryBlock ()=default | |
| Value | ordinary (MessageSize offset) const noexcept |
| Enumeration::Enum | enumeration (MessageSize offset) const noexcept |
| Decimal | decimal (MessageSize offset) const |
| StrRef | fixedStr (MessageSize offset) const noexcept |
| Protected Member Functions inherited from BinaryBlockBase | |
| ~BinaryBlockBase ()=default | |
| Static Protected Member Functions inherited from SbeMessage | |
| static constexpr MessageSize | getMaxMessageSize () noexcept |
Definition at line 11930 of file Messages.h.
| typedef SbeGroup<EventsEntry, GroupSize, MessageSize> Events |
Repeating group containing EventsEntry entries.
Definition at line 12063 of file Messages.h.
| typedef SbeGroup<FeedTypesEntry, GroupSize, MessageSize> FeedTypes |
Repeating group containing FeedTypesEntry entries.
Definition at line 12187 of file Messages.h.
| typedef SbeGroup<InstAttribEntry, GroupSize, MessageSize> InstAttrib |
Repeating group containing InstAttribEntry entries.
Definition at line 12299 of file Messages.h.
| typedef SbeGroup<LegsEntry, GroupSize, MessageSize> Legs |
Repeating group containing LegsEntry entries.
Definition at line 12642 of file Messages.h.
| typedef SbeGroup<LotTypeRulesEntry, GroupSize, MessageSize> LotTypeRules |
Repeating group containing LotTypeRulesEntry entries.
Definition at line 12437 of file Messages.h.
| typedef SchemaTraits Schema |
Used template schema.
Definition at line 11935 of file Messages.h.
| typedef InstrumentDefinitionSpread56 ThisType |
This type alias.
Definition at line 11938 of file Messages.h.
| anonymous enum |
Message template ID from SBE schema.
| Enumerator | ||
|---|---|---|
| TemplateId | 56 | |
Definition at line 11941 of file Messages.h.
|
default |
Initializes a blank instance.
|
inline |
Initializes an instance over the given memory block.
Definition at line 12648 of file Messages.h.
|
inline |
Initializes an instance over the given memory block With no variable-length fields initialization It is assumed that the user does such an initialization manually.
Definition at line 12663 of file Messages.h.
|
inline |
Creates an instance over the given memory block.
Definition at line 12677 of file Messages.h.
|
inlineexplicit |
Creates an instance over the given SBE message.
Definition at line 12688 of file Messages.h.
|
inlinenoexcept |
Creates an instance over the given memory block. Performs no checks.
Definition at line 12699 of file Messages.h.
|
inlinenoexcept |
The channel ID as defined in the XML Configuration file.
Definition at line 12840 of file Messages.h.
|
inlinenoexcept |
The underlying asset code also known as Product Code.
Definition at line 12944 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Size of message body in bytes.
Definition at line 13986 of file Messages.h.
|
inlinenoexcept |
Definition at line 14099 of file Messages.h.
|
inlinenoexcept |
ISO standard instrument categorization code.
Definition at line 13031 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Definition at line 14075 of file Messages.h.
|
inlinenoexcept |
The total cleared volume of instrument traded during the prior trading session.
Definition at line 13418 of file Messages.h.
|
inlinenoexcept |
Definition at line 13435 of file Messages.h.
|
inlinenoexcept |
Identifies currency used for price.
Definition at line 13079 of file Messages.h.
|
inlinenoexcept |
Contains the multiplier to convert the CME Globex display price to the conventional price.
Definition at line 13222 of file Messages.h.
|
inlinenoexcept |
Definition at line 13773 of file Messages.h.
|
inlinenoexcept |
Definition at line 13780 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries. Sets all optional fields of the group entries to null.
Definition at line 13788 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 13799 of file Messages.h.
|
inlinenoexcept |
Definition at line 13811 of file Messages.h.
|
inlinenoexcept |
Definition at line 13818 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries. Sets all optional fields of the group entries to null.
Definition at line 13826 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 13837 of file Messages.h.
|
inlinenoexcept |
Long name of the instrument.
Definition at line 13741 of file Messages.h.
|
inline |
Definition at line 13761 of file Messages.h.
|
inlinestaticconstexprnoexcept |
FIX message type.
Definition at line 14084 of file Messages.h.
Maximal message size.
Definition at line 14013 of file Messages.h.
|
inlinestaticconstexpr |
Minimal variable fields size (when variable-length fields are empty).
Definition at line 13999 of file Messages.h.
|
inlinenoexcept |
Allowable high limit price for the trading day.
Definition at line 13445 of file Messages.h.
|
inlinenoexcept |
Definition at line 13461 of file Messages.h.
|
inlinenoexcept |
Definition at line 13849 of file Messages.h.
|
inlinenoexcept |
Definition at line 13858 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries. Sets all optional fields of the group entries to null.
Definition at line 13868 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 13879 of file Messages.h.
|
inlinenoexcept |
External unique instrument ID.
Definition at line 13712 of file Messages.h.
|
inline |
Definition at line 13730 of file Messages.h.
|
inlinenoexcept |
Timestamp of when the instrument was last added, modified or deleted.
Definition at line 12789 of file Messages.h.
|
inlinenoexcept |
Definition at line 13935 of file Messages.h.
|
inlinenoexcept |
Definition at line 13942 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries. Sets all optional fields of the group entries to null.
Definition at line 13950 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 13961 of file Messages.h.
|
inlinenoexcept |
Definition at line 13891 of file Messages.h.
|
inlinenoexcept |
Definition at line 13900 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries. Sets all optional fields of the group entries to null.
Definition at line 13911 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 13923 of file Messages.h.
|
inlinenoexcept |
Allowable low limit price for the trading day.
Definition at line 13471 of file Messages.h.
|
inlinenoexcept |
Definition at line 13487 of file Messages.h.
|
inlinenoexcept |
Price Denominator of Main Fraction.
Definition at line 13523 of file Messages.h.
|
inlinenoexcept |
Definition at line 13539 of file Messages.h.
|
inlinenoexcept |
Identifies the market segment, populated for all CME Globex instruments.
Definition at line 12859 of file Messages.h.
|
inlinenoexcept |
Market Set defines the bilateral relationship and Self Match Prevention configuration for eligible markets.
Definition at line 13679 of file Messages.h.
|
inline |
Definition at line 13700 of file Messages.h.
|
inlinenoexcept |
Matching algorithm.
Definition at line 13139 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators reflecting the end of updates for a given Globex event.
Definition at line 12714 of file Messages.h.
|
inlinenoexcept |
This field provides the actual calendar date for contract maturity.
Definition at line 13052 of file Messages.h.
|
inlinenoexcept |
Definition at line 13069 of file Messages.h.
|
inlinenoexcept |
Differential value for price banding.
Definition at line 13497 of file Messages.h.
|
inlinenoexcept |
Definition at line 13513 of file Messages.h.
|
inlinenoexcept |
The maximum trading volume for a security.
Definition at line 13175 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Minimal size of message body in bytes.
Definition at line 13974 of file Messages.h.
|
inlinenoexcept |
Minimum constant tick for the instrument, sent only if instrument is non-VTT (Variable Tick table) eligible.
Definition at line 13194 of file Messages.h.
|
inlinenoexcept |
Definition at line 13211 of file Messages.h.
|
inlinenoexcept |
The minimum trading volume for a security.
Definition at line 13157 of file Messages.h.
|
inlinenoexcept |
The total open interest for the market at the close of the prior trading session.
Definition at line 13390 of file Messages.h.
|
inlinenoexcept |
Definition at line 13407 of file Messages.h.
|
inlinenoexcept |
Number of decimals in fractional display price.
Definition at line 13241 of file Messages.h.
|
inlinenoexcept |
Definition at line 13257 of file Messages.h.
|
inlinenoexcept |
Price quotation method.
Definition at line 13612 of file Messages.h.
|
inline |
Definition at line 13632 of file Messages.h.
|
inlinenoexcept |
Used for price calculation in spread and leg pricing.
Definition at line 13267 of file Messages.h.
|
inlinenoexcept |
Definition at line 13283 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length and optional fields if any.
Definition at line 14038 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length fields if any.
Definition at line 14027 of file Messages.h.
|
inlinenoexcept |
Risk Set identifies the list of instruments sharing credit limits set up.
Definition at line 13645 of file Messages.h.
|
inline |
Definition at line 13666 of file Messages.h.
|
inlinenoexcept |
Exchange used to identify a security.
Definition at line 12904 of file Messages.h.
|
inlinenoexcept |
Security Group Code.
Definition at line 12924 of file Messages.h.
|
inlinenoexcept |
Unique instrument ID.
Definition at line 12984 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Identifies class or source of the security ID (Tag 48) value.
Definition at line 13004 of file Messages.h.
|
inlinenoexcept |
Strategy type.
Definition at line 13099 of file Messages.h.
|
inlinenoexcept |
Identifies the current state of the instrument. The data is available in the Instrument Replay feed only.
Definition at line 12810 of file Messages.h.
|
inlinenoexcept |
Definition at line 12830 of file Messages.h.
|
inlinenoexcept |
Security Type.
Definition at line 13011 of file Messages.h.
|
inlinenoexcept |
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 12766 of file Messages.h.
The channel ID as defined in the XML Configuration file.
Definition at line 12848 of file Messages.h.
The underlying asset code also known as Product Code.
Definition at line 12953 of file Messages.h.
ISO standard instrument categorization code.
Definition at line 13040 of file Messages.h.
The total cleared volume of instrument traded during the prior trading session.
Definition at line 13427 of file Messages.h.
Identifies currency used for price.
Definition at line 13088 of file Messages.h.
Contains the multiplier to convert the CME Globex display price to the conventional price.
Definition at line 13231 of file Messages.h.
Long name of the instrument.
Definition at line 13751 of file Messages.h.
Allowable high limit price for the trading day.
Definition at line 13453 of file Messages.h.
External unique instrument ID.
Definition at line 13721 of file Messages.h.
Timestamp of when the instrument was last added, modified or deleted.
Definition at line 12798 of file Messages.h.
Allowable low limit price for the trading day.
Definition at line 13479 of file Messages.h.
Price Denominator of Main Fraction.
Definition at line 13531 of file Messages.h.
Identifies the market segment, populated for all CME Globex instruments.
Definition at line 12868 of file Messages.h.
Market Set defines the bilateral relationship and Self Match Prevention configuration for eligible markets.
Definition at line 13690 of file Messages.h.
Matching algorithm.
Definition at line 13147 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators reflecting the end of updates for a given Globex event.
Definition at line 12724 of file Messages.h.
|
inlinenoexcept |
This field provides the actual calendar date for contract maturity.
Definition at line 13061 of file Messages.h.
Differential value for price banding.
Definition at line 13505 of file Messages.h.
The maximum trading volume for a security.
Definition at line 13183 of file Messages.h.
Minimum constant tick for the instrument, sent only if instrument is non-VTT (Variable Tick table) eligible.
Definition at line 13203 of file Messages.h.
The minimum trading volume for a security.
Definition at line 13165 of file Messages.h.
The total open interest for the market at the close of the prior trading session.
Definition at line 13399 of file Messages.h.
Number of decimals in fractional display price.
Definition at line 13249 of file Messages.h.
Price quotation method.
Definition at line 13622 of file Messages.h.
Used for price calculation in spread and leg pricing.
Definition at line 13275 of file Messages.h.
Risk Set identifies the list of instruments sharing credit limits set up.
Definition at line 13656 of file Messages.h.
Exchange used to identify a security.
Definition at line 12913 of file Messages.h.
Security Group Code.
Definition at line 12933 of file Messages.h.
Unique instrument ID.
Definition at line 12992 of file Messages.h.
Strategy type.
Definition at line 13108 of file Messages.h.
|
inlinenoexcept |
Identifies the current state of the instrument. The data is available in the Instrument Replay feed only.
Definition at line 12821 of file Messages.h.
Security Type.
Definition at line 13020 of file Messages.h.
|
inlinenoexcept |
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 12777 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators representing settlement price type.
Definition at line 13379 of file Messages.h.
Price Denominator of Sub Fraction.
Definition at line 13557 of file Messages.h.
Instrument Name or Symbol. Previously used as Group Code.
Definition at line 12973 of file Messages.h.
Tick Rule.
Definition at line 13301 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators representing settlement price type.
Definition at line 13370 of file Messages.h.
Total number of instruments in the Replay loop. Used on Replay Feed only.
Definition at line 12745 of file Messages.h.
Indicates session date corresponding to the settlement price in tag 1150-TradingReferencePrice.
Definition at line 13594 of file Messages.h.
Reference price - the most recently available Settlement whether it be Theoretical, Preliminary or a Final Settle of the session.
Definition at line 13351 of file Messages.h.
Product complex.
Definition at line 12886 of file Messages.h.
Unit of measure for the products' original contract size.
Definition at line 13328 of file Messages.h.
|
inlinenoexcept |
User-defined instruments flag.
Definition at line 13128 of file Messages.h.
|
inlinenoexcept |
Price Denominator of Sub Fraction.
Definition at line 13549 of file Messages.h.
|
inlinenoexcept |
Definition at line 13565 of file Messages.h.
|
inlinenoexcept |
Instrument Name or Symbol. Previously used as Group Code.
Definition at line 12964 of file Messages.h.
|
inlinenoexcept |
Definition at line 14091 of file Messages.h.
|
inlinenoexcept |
Tick Rule.
Definition at line 13293 of file Messages.h.
|
inlinenoexcept |
Definition at line 13309 of file Messages.h.
|
inlinenoexcept |
Total number of instruments in the Replay loop. Used on Replay Feed only.
Definition at line 12736 of file Messages.h.
|
inlinenoexcept |
Definition at line 12753 of file Messages.h.
|
inlinenoexcept |
Indicates session date corresponding to the settlement price in tag 1150-TradingReferencePrice.
Definition at line 13576 of file Messages.h.
|
inlinenoexcept |
Definition at line 13602 of file Messages.h.
|
inlinenoexcept |
Reference price - the most recently available Settlement whether it be Theoretical, Preliminary or a Final Settle of the session.
Definition at line 13341 of file Messages.h.
|
inlinenoexcept |
Definition at line 13359 of file Messages.h.
|
inlinenoexcept |
Product complex.
Definition at line 12878 of file Messages.h.
|
inlinenoexcept |
Definition at line 12894 of file Messages.h.
|
inlinenoexcept |
Unit of measure for the products' original contract size.
Definition at line 13319 of file Messages.h.
|
inlinenoexcept |
User-defined instruments flag.
Definition at line 13119 of file Messages.h.