OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
IncrementalRefreshLimitsBanding50::Entry Struct Reference

Public Types

typedef BinaryGroupEntry< GroupSize::BlockLengthBase
Public Types inherited from BinaryGroupEntry< GroupSize::BlockLength >
typedef GroupSize::BlockLength EncodedLength
typedef GroupSize::BlockLength BlockLength

Public Member Functions

 Entry ()
 Entry (const void *data, EncodedLength length, SchemaVersion version)
bool highLimitPrice (Decimal &value) const
bool lowLimitPrice (Decimal &value) const
bool maxPriceVariation (Decimal &value) const
Int32 securityId () const
UInt32 rptSeq () const
UpdateActionNew updateAction () const
EntryTypeLimits entryType () const
Public Member Functions inherited from BinaryGroupEntry< GroupSize::BlockLength >
 BinaryGroupEntry ()
 BinaryGroupEntry (const void *encoded, BlockLength length, SchemaVersion version)
 BinaryGroupEntry (const BinaryGroupEntry &other)
 operator bool () const
const void * encoded () const
EncodedLength encodedLength () const
const void * block () const
BlockLength blockLength () const
SchemaVersion version () const
BinaryGroupEntryoperator= (const BinaryGroupEntry &other)

Static Public Member Functions

static BlockLength blockLength (SchemaVersion)
static const CharclassName ()

Additional Inherited Members

Protected Member Functions inherited from BinaryBlock< Container, BlockLength >
 BinaryBlock ()
 ~BinaryBlock ()
template<class Value>
Value ordinary (BlockLength offset) const
template<class Value, class NullValue>
bool ordinary (Value &value, BlockLength offset, const NullValue &null) const
template<class Value, class NullValue>
bool ordinary (Value &value, BlockLength offset, const NullValue &null, SchemaVersion since) const
template<class Enumeration>
Enumeration::Enum enumeration (BlockLength offset) const
template<class Enumeration, class NullValue>
bool enumeration (typename Enumeration::Enum &value, BlockLength offset, const NullValue &null) const
template<class Enumeration, class NullValue>
bool enumeration (typename Enumeration::Enum &value, BlockLength offset, const NullValue &null, SchemaVersion since) const
template<class Value>
Decimal decimal (BlockLength offset) const
template<class NullValue>
bool decimal (Decimal &value, BlockLength offset, const NullValue &null) const
template<class NullValue>
bool decimal (Decimal &value, BlockLength offset, const NullValue &null, SchemaVersion since) const
template<BlockLength Length>
StrRef fixedStr (BlockLength offset) const
template<BlockLength Length>
StrRef fixedStr (BlockLength offset, SchemaVersion since) const

Detailed Description

Entry of Entry repeating group.

Definition at line 3494 of file Messages.h.

Member Typedef Documentation

◆ Base

Aliases base class type.

Definition at line 3497 of file Messages.h.

Constructor & Destructor Documentation

◆ Entry() [1/2]

Entry ( )
inline

Initializes blank instance.

Definition at line 3500 of file Messages.h.

◆ Entry() [2/2]

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

Initializes instance of given version over given memory block.

Definition at line 3504 of file Messages.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( SchemaVersion )
inlinestatic

Returns size of entry body in bytes for given version of message template.

Definition at line 3574 of file Messages.h.

◆ className()

const Char * className ( )
inlinestatic

Entity class name.

Definition at line 3581 of file Messages.h.

◆ entryType()

EntryTypeLimits entryType ( ) const
inline

Market Data entry type.

Definition at line 3566 of file Messages.h.

◆ highLimitPrice()

bool highLimitPrice ( Decimal & value) const
inline

Upper price threshold for the instrument.

Definition at line 3512 of file Messages.h.

◆ lowLimitPrice()

bool lowLimitPrice ( Decimal & value) const
inline

Lower price threshold for the instrument.

Definition at line 3522 of file Messages.h.

◆ maxPriceVariation()

bool maxPriceVariation ( Decimal & value) const
inline

Differential static value for price banding.

Definition at line 3532 of file Messages.h.

◆ rptSeq()

UInt32 rptSeq ( ) const
inline

MD Entry sequence number per instrument update.

Definition at line 3550 of file Messages.h.

◆ securityId()

Int32 securityId ( ) const
inline

Security ID.

Definition at line 3542 of file Messages.h.

◆ updateAction()

UpdateActionNew updateAction ( ) const
inline

Market Data entry update action.

In order to delete banding value, high or low limit, the deleted price field is populated with a NULL.

Definition at line 3560 of file Messages.h.