Public Types | |
typedef SbeGroupEntry< GroupSize::BlockLength > | Base |
typedef UnderlyingsEntry | ThisType |
Public Types inherited from SbeGroupEntry< GroupSize::BlockLength > | |
typedef GroupSize::BlockLength | BlockLength |
Public Member Functions | |
UnderlyingsEntry (void *data, EncodedLength length, SchemaVersion version) | |
ThisType & | resetVariableFields () noexcept |
ThisType & | reset () noexcept |
StrRef | underlyingSymbol () const noexcept |
ThisType & | setUnderlyingSymbol (StrRef value) noexcept |
bool | underlyingSecurityId (Int32 &value) const noexcept |
ThisType & | setUnderlyingSecurityId (Int32 value) noexcept |
ThisType & | underlyingSecurityIdNull () noexcept |
StrRef | underlyingSecurityAltId () const noexcept |
ThisType & | setUnderlyingSecurityAltId (StrRef value) noexcept |
bool | underlyingSecurityAltIdSource (SecurityAltIDSource::Enum &value) const noexcept |
ThisType & | setUnderlyingSecurityAltIdSource (SecurityAltIDSource::Enum value) noexcept |
ThisType & | underlyingSecurityAltIdSourceNull () noexcept |
StrRef | underlyingFinancialInstrumentFullName () const noexcept |
ThisType & | setUnderlyingFinancialInstrumentFullName (StrRef value) noexcept |
StrRef | underlyingSecurityType () const noexcept |
ThisType & | setUnderlyingSecurityType (StrRef value) noexcept |
StrRef | underlyingCountryOfIssue () const noexcept |
ThisType & | setUnderlyingCountryOfIssue (StrRef value) noexcept |
StrRef | underlyingIssuer () const noexcept |
ThisType & | setUnderlyingIssuer (StrRef value) noexcept |
bool | underlyingMaxLifeTime (UInt8 &value) const noexcept |
ThisType & | setUnderlyingMaxLifeTime (UInt8 value) noexcept |
ThisType & | underlyingMaxLifeTimeNull () noexcept |
bool | underlyingMinDaysToMaturity (UInt16 &value) const noexcept |
ThisType & | setUnderlyingMinDaysToMaturity (UInt16 value) noexcept |
ThisType & | underlyingMinDaysToMaturityNull () noexcept |
bool | underlyingInstrumentGUId (UInt64 &value) const noexcept |
ThisType & | setUnderlyingInstrumentGUId (UInt64 value) noexcept |
ThisType & | underlyingInstrumentGUIdNull () noexcept |
bool | underlyingMaturityDate (Timestamp &value) const noexcept |
ThisType & | setUnderlyingMaturityDate (Timestamp value) noexcept |
ThisType & | underlyingMaturityDateNull () noexcept |
Public Member Functions inherited from SbeGroupEntry< GroupSize::BlockLength > | |
SbeGroupEntry () | |
SbeGroupEntry (void *encoded, BlockLength size, SchemaVersion version) | |
bool | valid () const noexcept |
const void * | encoded () const noexcept |
void * | encoded () noexcept |
const void * | block () const noexcept |
void * | block () noexcept |
BlockLength | blockLength () const noexcept |
SchemaVersion | version () const noexcept |
Public Member Functions inherited from SbeFields< Container, BlockLength > | |
Container & | container () noexcept |
template<class FieldValue> | |
void | setOrdinary (BlockLength offset, FieldValue value) noexcept |
template<class FieldValue> | |
void | setOrdinary (BlockLength offset, FieldValue value, SchemaVersion since) |
template<class Enumeration> | |
void | setEnumeration (BlockLength offset, typename Enumeration::Enum value) noexcept |
template<class Enumeration> | |
void | setEnumeration (BlockLength offset, typename Enumeration::Enum value, SchemaVersion since) |
template<BlockLength Size> | |
void | setFixedStr (BlockLength offset, StrRef value) noexcept |
template<BlockLength Size> | |
void | setFixedStr (BlockLength offset, StrRef value, SchemaVersion since) |
Static Public Member Functions | |
static constexpr SecurityIDSource | underlyingSecurityIdSource () noexcept |
static constexpr BlockLength | blockLength (SchemaVersion version) noexcept |
static constexpr BlockLength | minimalBlockLength (SchemaVersion version) noexcept |
static constexpr const Char * | className () |
Additional Inherited Members | |
Protected Member Functions inherited from SbeFields< Container, BlockLength > | |
SbeFields ()=default | |
~SbeFields ()=default | |
Protected Member Functions inherited from BinaryBlock< Container, BlockLength > | |
BinaryBlock ()=default | |
~BinaryBlock ()=default | |
template<class Value> | |
Value | ordinary (BlockLength offset) const noexcept |
template<class Value, class NullValue> | |
bool | ordinary (Value &value, BlockLength offset, NullValue null) const noexcept |
template<class Value, class NullValue> | |
bool | ordinary (Value &value, BlockLength offset, NullValue null, SchemaVersion since) const noexcept |
template<class Enumeration> | |
Enumeration::Enum | enumeration (BlockLength offset) const noexcept |
template<class Enumeration, class NullValue> | |
bool | enumeration (typename Enumeration::Enum &value, BlockLength offset, NullValue null) const noexcept |
template<class Enumeration, class NullValue> | |
bool | enumeration (typename Enumeration::Enum &value, BlockLength offset, NullValue null, SchemaVersion since) const noexcept |
template<class Value> | |
Value | decimal (BlockLength offset) const noexcept |
template<class Value, class NullValue> | |
bool | decimal (Value &value, BlockLength offset, NullValue null) const noexcept |
template<class Value, class NullValue> | |
bool | decimal (Value &value, BlockLength offset, NullValue null, SchemaVersion since) const noexcept |
template<BlockLength Length> | |
StrRef | fixedStr (BlockLength offset) const noexcept |
template<BlockLength Length> | |
bool | fixedStr (StrRef &value, BlockLength offset) const noexcept |
template<BlockLength Length> | |
bool | fixedStr (StrRef &value, BlockLength offset, SchemaVersion since) const noexcept |
Entry of UnderlyingsEntry repeating group.
Definition at line 2968 of file Messages.h.
typedef SbeGroupEntry< GroupSize::BlockLength > Base |
Base class type.
Definition at line 2980 of file Messages.h.
typedef UnderlyingsEntry ThisType |
This type alias.
Definition at line 2983 of file Messages.h.
|
inline |
Initializes instance of given version over given memory block.
Definition at line 2987 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Definition at line 3400 of file Messages.h.
|
inlinestaticconstexpr |
Entity class name.
Definition at line 3427 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Definition at line 3414 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length and optional fields if any.
Definition at line 3005 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length fields if any.
Definition at line 2998 of file Messages.h.
Underlying Security's CountryOfIssue.
See CountryOfIssue (470) field for description.
Definition at line 3223 of file Messages.h.
Long Name of the Underlying Instrument.
For the instruments listed on Globex this value will be the same as of that contained in Security Definition Tag 2714-FinancialInstrumentFullName.
Definition at line 3177 of file Messages.h.
Underlying GUID.
For Repo specials populated with individual instrument GUID of the underlying security.
Definition at line 3336 of file Messages.h.
Underlying Security's Issuer.
See Tag 106-Issuer field for description.
Definition at line 3247 of file Messages.h.
Underlying Security's Maturity Date.
Will be populated with Maturity Date of the underlying security instrument for Repo Specials only.
Definition at line 3378 of file Messages.h.
Max life time of the underlying instruments qualifying for the GC basket in number of year.
Will contain null value for Repo specials.
Definition at line 3272 of file Messages.h.
Minimum days to maturity remaining of the underlying instruments to qualify for GC basket.
Will contain null value for Repo specials.
Definition at line 3305 of file Messages.h.
Underlying Alternate Security identifier value as qualified by Tag 305-UnderlyingSecuityAltIDSource (e.g.
CUSIP, ISIN, etc). For Repo special will contain underlying CUSIP or ISIN. For GC Repo may contain a synthetic CUSIP or ISIN representing a basket.
Definition at line 3114 of file Messages.h.
|
inlinenoexcept |
Identifies class or source of the UnderlyingSecurityAltID (458) value.
Definition at line 3140 of file Messages.h.
Underlying Security ID as qualified by tag 305-UnderlyingSecurityIDSource.
Provided only if the underlying is a Globex listed instrument, this value will be the same as that contained in Security Definition Tag 48-SecurityID.
Definition at line 3066 of file Messages.h.
Underlying Security Type.
Definition at line 3199 of file Messages.h.
Underlying Instrument Symbol (Short Name).
When the underlying is a Globex listed Fixed Income instrument this value will be the same as that contained in Security Definition Tag 55-Symbol of the underlying instrument.
Definition at line 3037 of file Messages.h.
|
inlinenoexcept |
Underlying Security's CountryOfIssue.
See CountryOfIssue (470) field for description.
Definition at line 3212 of file Messages.h.
|
inlinenoexcept |
Long Name of the Underlying Instrument.
For the instruments listed on Globex this value will be the same as of that contained in Security Definition Tag 2714-FinancialInstrumentFullName.
Definition at line 3164 of file Messages.h.
|
inlinenoexcept |
Underlying GUID.
For Repo specials populated with individual instrument GUID of the underlying security.
Definition at line 3326 of file Messages.h.
|
inlinenoexcept |
Definition at line 3345 of file Messages.h.
|
inlinenoexcept |
Underlying Security's Issuer.
See Tag 106-Issuer field for description.
Definition at line 3236 of file Messages.h.
|
inlinenoexcept |
Underlying Security's Maturity Date.
Will be populated with Maturity Date of the underlying security instrument for Repo Specials only.
Definition at line 3358 of file Messages.h.
|
inlinenoexcept |
Definition at line 3387 of file Messages.h.
|
inlinenoexcept |
Max life time of the underlying instruments qualifying for the GC basket in number of year.
Will contain null value for Repo specials.
Definition at line 3261 of file Messages.h.
|
inlinenoexcept |
Definition at line 3281 of file Messages.h.
|
inlinenoexcept |
Minimum days to maturity remaining of the underlying instruments to qualify for GC basket.
Will contain null value for Repo specials.
Definition at line 3294 of file Messages.h.
|
inlinenoexcept |
Definition at line 3314 of file Messages.h.
|
inlinenoexcept |
Underlying Alternate Security identifier value as qualified by Tag 305-UnderlyingSecuityAltIDSource (e.g.
CUSIP, ISIN, etc). For Repo special will contain underlying CUSIP or ISIN. For GC Repo may contain a synthetic CUSIP or ISIN representing a basket.
Definition at line 3100 of file Messages.h.
|
inlinenoexcept |
Identifies class or source of the UnderlyingSecurityAltID (458) value.
Definition at line 3128 of file Messages.h.
|
inlinenoexcept |
Definition at line 3150 of file Messages.h.
|
inlinenoexcept |
Underlying Security ID as qualified by tag 305-UnderlyingSecurityIDSource.
Provided only if the underlying is a Globex listed instrument, this value will be the same as that contained in Security Definition Tag 48-SecurityID.
Definition at line 3053 of file Messages.h.
|
inlinenoexcept |
Definition at line 3075 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Identifies the class or source of UnderlyingSecurityID Tag 309 value.
Always '8' for CME assigned IDs.
Definition at line 3088 of file Messages.h.
|
inlinenoexcept |
Underlying Security Type.
Definition at line 3189 of file Messages.h.
|
inlinenoexcept |
Underlying Instrument Symbol (Short Name).
When the underlying is a Globex listed Fixed Income instrument this value will be the same as that contained in Security Definition Tag 55-Symbol of the underlying instrument.
Definition at line 3024 of file Messages.h.