OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
CollateralMarketValue62::Entry Struct Reference

Public Types

typedef SbeGroupEntry< GroupSize::BlockLengthBase
typedef Entry ThisType
Public Types inherited from SbeGroupEntry< GroupSize::BlockLength >
typedef GroupSize::BlockLength BlockLength

Public Member Functions

 Entry (void *data, EncodedLength length, SchemaVersion version)
ThisTyperesetVariableFields () noexcept
ThisTypereset () noexcept
StrRef underlyingSecurityAltId () const noexcept
ThisTypesetUnderlyingSecurityAltId (StrRef value) noexcept
bool underlyingSecurityAltIdSource (SecurityAltIDSource::Enum &value) const noexcept
ThisTypesetUnderlyingSecurityAltIdSource (SecurityAltIDSource::Enum value) noexcept
ThisTypeunderlyingSecurityAltIdSourceNull () noexcept
PRICE9 collateralMarketPrice () const noexcept
ThisTypesetCollateralMarketPrice (PRICE9 value) noexcept
PRICE9 dirtyPrice () const noexcept
ThisTypesetDirtyPrice (PRICE9 value) noexcept
UInt64 underlyingInstrumentGUId () const noexcept
ThisTypesetUnderlyingInstrumentGUId (UInt64 value) noexcept
bool streamId (PriceSource::Enum &value) const noexcept
ThisTypesetStreamId (PriceSource::Enum value) noexcept
ThisTypestreamIdNull () 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 BlockLength blockLength (SchemaVersion version) noexcept
static constexpr BlockLength minimalBlockLength (SchemaVersion version) noexcept
static constexpr const CharclassName ()

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

Detailed Description

Entry of Entry repeating group.

Definition at line 7624 of file Messages.h.

Member Typedef Documentation

◆ Base

Base class type.

Definition at line 7636 of file Messages.h.

◆ ThisType

typedef Entry ThisType

This type alias.

Definition at line 7639 of file Messages.h.

Constructor & Destructor Documentation

◆ Entry()

Entry ( void * data,
EncodedLength length,
SchemaVersion version )
inline

Initializes instance of given version over given memory block.

Definition at line 7643 of file Messages.h.

Member Function Documentation

◆ blockLength()

constexpr BlockLength blockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept
Returns
size of entry body in bytes for given version of message template.

Definition at line 7831 of file Messages.h.

◆ className()

constexpr const Char * className ( )
inlinestaticconstexpr

Entity class name.

Definition at line 7859 of file Messages.h.

◆ collateralMarketPrice()

PRICE9 collateralMarketPrice ( ) const
inlinenoexcept

Market price of the collateral, either from external market sources or a result of trading activity on the platform.

Clean price.

Definition at line 7734 of file Messages.h.

◆ dirtyPrice()

PRICE9 dirtyPrice ( ) const
inlinenoexcept

Dirty Price.

Definition at line 7756 of file Messages.h.

◆ minimalBlockLength()

constexpr BlockLength minimalBlockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept
Returns
minimal size of entry body in bytes for given version of message template.

Definition at line 7846 of file Messages.h.

◆ reset()

ThisType & reset ( )
inlinenoexcept

Reset all variable-length and optional fields if any.

Definition at line 7661 of file Messages.h.

◆ resetVariableFields()

ThisType & resetVariableFields ( )
inlinenoexcept

Reset all variable-length fields if any.

Definition at line 7654 of file Messages.h.

◆ setCollateralMarketPrice()

ThisType & setCollateralMarketPrice ( PRICE9 value)
inlinenoexcept

Market price of the collateral, either from external market sources or a result of trading activity on the platform.

Clean price.

Definition at line 7745 of file Messages.h.

◆ setDirtyPrice()

ThisType & setDirtyPrice ( PRICE9 value)
inlinenoexcept

Dirty Price.

Definition at line 7765 of file Messages.h.

◆ setStreamId()

ThisType & setStreamId ( PriceSource::Enum value)
inlinenoexcept

Source of the Clean Price.

Definition at line 7807 of file Messages.h.

◆ setUnderlyingInstrumentGUId()

ThisType & setUnderlyingInstrumentGUId ( UInt64 value)
inlinenoexcept

Underlying Instrument GUID.

Collateral security identifier in REF Data API services.

Definition at line 7787 of file Messages.h.

◆ setUnderlyingSecurityAltId()

ThisType & setUnderlyingSecurityAltId ( StrRef value)
inlinenoexcept

Will contain either CUSIP or ISIN value identifying REPO collateral security.

Definition at line 7685 of file Messages.h.

◆ setUnderlyingSecurityAltIdSource()

ThisType & setUnderlyingSecurityAltIdSource ( SecurityAltIDSource::Enum value)
inlinenoexcept

Identifies class or source of the UnderlyingSecurityAltID (458) value.

Definition at line 7711 of file Messages.h.

◆ streamId()

bool streamId ( PriceSource::Enum & value) const
inlinenoexcept

Source of the Clean Price.

Definition at line 7798 of file Messages.h.

◆ streamIdNull()

ThisType & streamIdNull ( )
inlinenoexcept

Definition at line 7816 of file Messages.h.

◆ underlyingInstrumentGUId()

UInt64 underlyingInstrumentGUId ( ) const
inlinenoexcept

Underlying Instrument GUID.

Collateral security identifier in REF Data API services.

Definition at line 7777 of file Messages.h.

◆ underlyingSecurityAltId()

StrRef underlyingSecurityAltId ( ) const
inlinenoexcept

Will contain either CUSIP or ISIN value identifying REPO collateral security.

Definition at line 7674 of file Messages.h.

◆ underlyingSecurityAltIdSource()

bool underlyingSecurityAltIdSource ( SecurityAltIDSource::Enum & value) const
inlinenoexcept

Identifies class or source of the UnderlyingSecurityAltID (458) value.

Definition at line 7699 of file Messages.h.

◆ underlyingSecurityAltIdSourceNull()

ThisType & underlyingSecurityAltIdSourceNull ( )
inlinenoexcept

Definition at line 7721 of file Messages.h.