#include <OnixS/CME/ConflatedTCP/messaging/MDP/Messages.h>
Classes | |
struct | EventsEntry |
struct | FeedTypesEntry |
struct | InstAttribEntry |
struct | LotTypeRulesEntry |
Public Types | |
enum | { TemplateId = 54 } |
typedef SchemaTraits | Schema |
typedef InstrumentDefinitionFuture54 | 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 |
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 const Char * | className () |
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 | initHeader (MessageHeader::TemplateId value, MessageHeader::BlockLength blockLength, SchemaId id) noexcept |
void | zeroPaddingBytes (BlockLength offset) |
void | init (MessageHeader::TemplateId value, MessageHeader::BlockLength minimalBlockLength, MessageHeader::BlockLength blockLength, SchemaId id) |
MessageSize | calculateBinarySize (const void *tail) const noexcept |
template<class Callable , class Owner > | |
void | setVariableLengthField (Callable callable, StrRef value, Owner &owner) |
template<class Callable , class Owner > | |
void | setVariableLengthField (Callable callable, StrRef value, SchemaVersion since, Owner &owner) |
template<class Callable , class Owner > | |
StrRef | getVariableLengthField (Callable callable, const Owner &owner) const noexcept |
template<class Callable , class Owner > | |
StrRef | getVariableLengthField (Callable callable, SchemaVersion since, Owner &owner) const noexcept |
template<class Callable , class Owner > | |
void | setVariableLengthFieldToNull (Callable callable, Owner &owner) 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 (MessageSizeoffset) const noexcept |
bool | ordinary (Value &value, MessageSizeoffset, NullValue null) const noexcept |
bool | ordinary (Value &value, MessageSizeoffset, NullValue null, SchemaVersion since) const noexcept |
Enumeration::Enum | enumeration (MessageSizeoffset) const noexcept |
bool | enumeration (typename Enumeration::Enum &value, MessageSizeoffset, NullValue null) const noexcept |
bool | enumeration (typename Enumeration::Enum &value, MessageSizeoffset, NullValue null, SchemaVersion since) const noexcept |
Value | decimal (MessageSizeoffset) const noexcept |
bool | decimal (Value &value, MessageSizeoffset, NullValue null) const noexcept |
bool | decimal (Value &value, MessageSizeoffset, NullValue null, SchemaVersion since) const noexcept |
StrRef | fixedStr (MessageSizeoffset) const noexcept |
bool | fixedStr (StrRef &value, MessageSizeoffset) const noexcept |
bool | fixedStr (StrRef &value, MessageSizeoffset, SchemaVersion since) const noexcept |
Static Protected Member Functions inherited from SbeMessage | |
static constexpr MessageSize | getMaxMessageSize () noexcept |
Definition at line 18838 of file Messages.h.
typedef SbeGroup<EventsEntry, GroupSize, MessageSize> Events |
Repeating group containing EventsEntry entries.
Definition at line 18979 of file Messages.h.
typedef SbeGroup<FeedTypesEntry, GroupSize, MessageSize> FeedTypes |
Repeating group containing FeedTypesEntry entries.
Definition at line 19111 of file Messages.h.
typedef SbeGroup<InstAttribEntry, GroupSize, MessageSize> InstAttrib |
Repeating group containing InstAttribEntry entries.
Definition at line 19230 of file Messages.h.
typedef SbeGroup<LotTypeRulesEntry, GroupSize, MessageSize> LotTypeRules |
Repeating group containing LotTypeRulesEntry entries.
Definition at line 19377 of file Messages.h.
typedef SchemaTraits Schema |
Used template schema.
Definition at line 18843 of file Messages.h.
typedef InstrumentDefinitionFuture54 ThisType |
This type alias.
Definition at line 18846 of file Messages.h.
anonymous enum |
Message template ID from SBE schema.
Enumerator | |
---|---|
TemplateId |
Definition at line 18849 of file Messages.h.
|
default |
Initializes a blank instance.
|
inline |
Initializes an instance over the given memory block.
Definition at line 19383 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 19398 of file Messages.h.
|
inline |
Creates an instance over the given memory block.
Definition at line 19412 of file Messages.h.
|
inlineexplicit |
Creates an instance over the given SBE message.
Definition at line 19423 of file Messages.h.
|
inlinenoexcept |
The channel ID as defined in the XML Configuration file.
Definition at line 19575 of file Messages.h.
|
inlinenoexcept |
The underlying asset code also known as Product Code.
Definition at line 19681 of file Messages.h.
|
inlinestaticnoexcept |
Size of message body in bytes.
Definition at line 20835 of file Messages.h.
|
inlinenoexcept |
Definition at line 20929 of file Messages.h.
|
inlinenoexcept |
ISO standard instrument categorization code.
Definition at line 19776 of file Messages.h.
|
inlinestatic |
Definition at line 20903 of file Messages.h.
|
inlinenoexcept |
The total cleared volume of instrument traded during the prior trading session.
Definition at line 20210 of file Messages.h.
|
inlinenoexcept |
Definition at line 20229 of file Messages.h.
|
inlinenoexcept |
Number of deliverable units per instrument, e.g., peak days in maturity month or number of calendar days in maturity month.
Definition at line 20429 of file Messages.h.
|
inlinenoexcept |
Definition at line 20449 of file Messages.h.
|
inlinenoexcept |
Indicates the type of multiplier being applied to the product.
Optionally used in combination with tag 231-ContractMultiplier.
Definition at line 20462 of file Messages.h.
|
inlinenoexcept |
Definition at line 20482 of file Messages.h.
|
inlinenoexcept |
Identifies currency used for price.
Definition at line 19829 of file Messages.h.
|
inlinenoexcept |
Indicates the quantity that a contract will decay daily by once the decay start date is reached.
Definition at line 20328 of file Messages.h.
|
inlinenoexcept |
Definition at line 20347 of file Messages.h.
|
inlinenoexcept |
Indicates the date at which a decaying contract will begin to decay.
Definition at line 20359 of file Messages.h.
|
inlinenoexcept |
Definition at line 20387 of file Messages.h.
|
inlinenoexcept |
Contains the multiplier to convert the CME Globex display price to the conventional price.
Definition at line 19958 of file Messages.h.
|
inlinenoexcept |
Definition at line 20650 of file Messages.h.
|
inlinenoexcept |
Definition at line 20658 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 20667 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 20678 of file Messages.h.
|
inlinenoexcept |
Definition at line 20690 of file Messages.h.
|
inlinenoexcept |
Definition at line 20698 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 20707 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 20718 of file Messages.h.
|
inlinestaticnoexcept |
FIX message type.
Definition at line 20912 of file Messages.h.
|
inlinenoexcept |
The schedule according to which the electricity is delivered in a physical contract, or priced in a financial contract.
Specifies whether the contract is defined according to the Easter Peak, Eastern Off-Peak, Western Peak or Western Off-Peak.
Definition at line 20497 of file Messages.h.
|
inlinenoexcept |
Definition at line 20519 of file Messages.h.
|
inlinestatic |
Minimal variable fields size (when variable-length fields are empty).
Definition at line 20849 of file Messages.h.
|
inlinenoexcept |
Allowable high limit price for the trading day.
Definition at line 20240 of file Messages.h.
|
inlinenoexcept |
Definition at line 20258 of file Messages.h.
|
inlinenoexcept |
Definition at line 20730 of file Messages.h.
|
inlinenoexcept |
Definition at line 20740 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 20751 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 20762 of file Messages.h.
|
inlinenoexcept |
External unique instrument ID.
Definition at line 20621 of file Messages.h.
|
inlinenoexcept |
Definition at line 20639 of file Messages.h.
|
inlinenoexcept |
Timestamp of when the instrument was last added, modified or deleted.
Definition at line 19517 of file Messages.h.
|
inlinenoexcept |
Definition at line 20774 of file Messages.h.
|
inlinenoexcept |
Definition at line 20784 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 20796 of file Messages.h.
|
inline |
Setup repeating group with the given number of entries.
Definition at line 20808 of file Messages.h.
|
inlinenoexcept |
Allowable low limit price for the trading day.
Definition at line 20269 of file Messages.h.
|
inlinenoexcept |
Definition at line 20287 of file Messages.h.
|
inlinenoexcept |
Price Denominator of Main Fraction.
Definition at line 19979 of file Messages.h.
|
inlinenoexcept |
Definition at line 19997 of file Messages.h.
|
inlinenoexcept |
Identifies the market segment, populated for all CME Globex instruments.
Definition at line 19596 of file Messages.h.
|
inlinenoexcept |
Matching algorithm.
Definition at line 19875 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 19435 of file Messages.h.
|
inlinenoexcept |
This field provides the actual calendar date for contract maturity.
Definition at line 19799 of file Messages.h.
|
inlinenoexcept |
Definition at line 19818 of file Messages.h.
|
inlinenoexcept |
Differential value for price banding.
Definition at line 20298 of file Messages.h.
|
inlinenoexcept |
Definition at line 20316 of file Messages.h.
|
inlinenoexcept |
The maximum trading volume for a security.
Definition at line 19915 of file Messages.h.
|
inlinestaticnoexcept |
Minimal size of message body in bytes.
Definition at line 20823 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 19936 of file Messages.h.
|
inlinenoexcept |
Monetary value equivalent to the minimum price fluctuation.
Definition at line 20530 of file Messages.h.
|
inlinenoexcept |
Definition at line 20548 of file Messages.h.
|
inlinenoexcept |
The minimum trading volume for a security.
Definition at line 19895 of file Messages.h.
|
inlinenoexcept |
The total open interest for the market at the close of the prior trading session.
Definition at line 20179 of file Messages.h.
|
inlinenoexcept |
Definition at line 20198 of file Messages.h.
|
inlinenoexcept |
Fixed contract value assigned to each product.
Definition at line 20398 of file Messages.h.
|
inlinenoexcept |
Definition at line 20416 of file Messages.h.
|
inlinenoexcept |
Number of decimals in fractional display price.
Definition at line 20037 of file Messages.h.
|
inlinenoexcept |
Definition at line 20055 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length and optional fields if any.
Definition at line 20869 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length fields if any.
Definition at line 20858 of file Messages.h.
|
inlinenoexcept |
Exchange used to identify a security.
Definition at line 19637 of file Messages.h.
|
inlinenoexcept |
Security Group Code.
Definition at line 19659 of file Messages.h.
|
inlinenoexcept |
Unique instrument ID.
Definition at line 19725 of file Messages.h.
|
inlinestaticnoexcept |
Identifies class or source of tag 48-SecurityID value.
Definition at line 19746 of file Messages.h.
|
inlinenoexcept |
Identifies the current state of the instrument.
In Security Definition message this tag is available in the Instrument Replay feed only.
Definition at line 19541 of file Messages.h.
|
inlinenoexcept |
Definition at line 19564 of file Messages.h.
|
inlinenoexcept |
Security Type.
Definition at line 19754 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 19492 of file Messages.h.
The channel ID as defined in the XML Configuration file.
Definition at line 19584 of file Messages.h.
The underlying asset code also known as Product Code.
Definition at line 19691 of file Messages.h.
ISO standard instrument categorization code.
Definition at line 19786 of file Messages.h.
The total cleared volume of instrument traded during the prior trading session.
Definition at line 20220 of file Messages.h.
Number of deliverable units per instrument, e.g., peak days in maturity month or number of calendar days in maturity month.
Definition at line 20440 of file Messages.h.
Indicates the type of multiplier being applied to the product.
Optionally used in combination with tag 231-ContractMultiplier.
Definition at line 20473 of file Messages.h.
Identifies currency used for price.
Definition at line 19839 of file Messages.h.
Indicates the quantity that a contract will decay daily by once the decay start date is reached.
Definition at line 20338 of file Messages.h.
Indicates the date at which a decaying contract will begin to decay.
Definition at line 20378 of file Messages.h.
Contains the multiplier to convert the CME Globex display price to the conventional price.
Definition at line 19968 of file Messages.h.
The schedule according to which the electricity is delivered in a physical contract, or priced in a financial contract.
Specifies whether the contract is defined according to the Easter Peak, Eastern Off-Peak, Western Peak or Western Off-Peak.
Definition at line 20510 of file Messages.h.
Allowable high limit price for the trading day.
Definition at line 20249 of file Messages.h.
External unique instrument ID.
Definition at line 20630 of file Messages.h.
Timestamp of when the instrument was last added, modified or deleted.
Definition at line 19527 of file Messages.h.
Allowable low limit price for the trading day.
Definition at line 20278 of file Messages.h.
Price Denominator of Main Fraction.
Definition at line 19988 of file Messages.h.
Identifies the market segment, populated for all CME Globex instruments.
Definition at line 19606 of file Messages.h.
Matching algorithm.
Definition at line 19884 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 19446 of file Messages.h.
|
inlinenoexcept |
This field provides the actual calendar date for contract maturity.
Definition at line 19809 of file Messages.h.
Differential value for price banding.
Definition at line 20307 of file Messages.h.
The maximum trading volume for a security.
Definition at line 19924 of file Messages.h.
Minimum constant tick for the instrument, sent only if instrument is non-VTT (Variable Tick table) eligible.
Definition at line 19946 of file Messages.h.
Monetary value equivalent to the minimum price fluctuation.
Definition at line 20539 of file Messages.h.
The minimum trading volume for a security.
Definition at line 19904 of file Messages.h.
The total open interest for the market at the close of the prior trading session.
Definition at line 20189 of file Messages.h.
Fixed contract value assigned to each product.
Definition at line 20407 of file Messages.h.
Number of decimals in fractional display price.
Definition at line 20046 of file Messages.h.
Exchange used to identify a security.
Definition at line 19647 of file Messages.h.
Security Group Code.
Definition at line 19669 of file Messages.h.
Unique instrument ID.
Definition at line 19734 of file Messages.h.
|
inlinenoexcept |
Identifies the current state of the instrument.
In Security Definition message this tag is available in the Instrument Replay feed only.
Definition at line 19554 of file Messages.h.
Security Type.
Definition at line 19764 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 19504 of file Messages.h.
Identifies currency used for settlement, if different from trading currency.
Definition at line 19863 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators representing settlement price type.
Definition at line 20167 of file Messages.h.
Price Denominator of Sub Fraction.
Definition at line 20017 of file Messages.h.
Instrument Name or Symbol.
Definition at line 19713 of file Messages.h.
|
inlinenoexcept |
Identifies currency used for settlement, if different from trading currency.
Definition at line 19852 of file Messages.h.
|
inlinenoexcept |
Bitmap field of eight Boolean type indicators representing settlement price type.
Definition at line 20157 of file Messages.h.
Total number of instruments in the Replay loop.
Used on Replay Feed only.
Definition at line 19469 of file Messages.h.
Indicates session date corresponding to the settlement price in tag 1150-TradingReferencePrice.
Definition at line 20601 of file Messages.h.
Reference price for prelisted instruments or the last calculated Settlement whether it be Theoretical, Preliminary or a Final Settle of the session.
Definition at line 20136 of file Messages.h.
Product complex.
Definition at line 19626 of file Messages.h.
Unit of measure for the products' original contract size.
This will be populated for all products listed on CME Globex.
Definition at line 20080 of file Messages.h.
This field contains the contract size for each instrument.
Used in combination with tag 996-UnitofMeasure.
Definition at line 20103 of file Messages.h.
|
inlinenoexcept |
User-defined instruments flag.
Definition at line 20569 of file Messages.h.
|
inlinenoexcept |
Price Denominator of Sub Fraction.
Definition at line 20008 of file Messages.h.
|
inlinenoexcept |
Definition at line 20026 of file Messages.h.
|
inlinenoexcept |
Instrument Name or Symbol.
Definition at line 19703 of file Messages.h.
|
inlinenoexcept |
Definition at line 20920 of file Messages.h.
|
inlinenoexcept |
Total number of instruments in the Replay loop.
Used on Replay Feed only.
Definition at line 19459 of file Messages.h.
|
inlinenoexcept |
Definition at line 19478 of file Messages.h.
|
inlinenoexcept |
Indicates session date corresponding to the settlement price in tag 1150-TradingReferencePrice.
Definition at line 20582 of file Messages.h.
|
inlinenoexcept |
Definition at line 20610 of file Messages.h.
|
inlinenoexcept |
Reference price for prelisted instruments or the last calculated Settlement whether it be Theoretical, Preliminary or a Final Settle of the session.
Definition at line 20125 of file Messages.h.
|
inlinenoexcept |
Definition at line 20145 of file Messages.h.
|
inlinenoexcept |
Product complex.
Definition at line 19617 of file Messages.h.
|
inlinenoexcept |
Unit of measure for the products' original contract size.
This will be populated for all products listed on CME Globex.
Definition at line 20068 of file Messages.h.
|
inlinenoexcept |
This field contains the contract size for each instrument.
Used in combination with tag 996-UnitofMeasure.
Definition at line 20093 of file Messages.h.
|
inlinenoexcept |
Definition at line 20112 of file Messages.h.
|
inlinenoexcept |
User-defined instruments flag.
Definition at line 20559 of file Messages.h.