OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
InstrumentDefinitionEris363::LegsEntry Struct Reference

#include <OnixS/CME/Streamlined/Messages.h>

Classes

struct  LegSecurityAltIDEntry
 

Public Types

typedef BinaryGroupEntry< GroupSize::BlockLengthBase
 
typedef BinaryGroup< LegSecurityAltIDEntry, GroupSize, MessageSizeLegSecurityAltID
 
- Public Types inherited from BinaryGroupEntry< GroupSize::BlockLength >
typedef GroupSize::BlockLength BodySize
 

Public Member Functions

 LegsEntry ()
 
 LegsEntry (const void *data, EncodedLength length, SchemaVersion version)
 
bool legBenchmarkCurveName (StrRef &value) const
 
bool rateDescriptor (StrRef &value) const
 
bool previousFixingDate (Timestamp &value) const
 
bool legPayFrequencey (StrRef &value) const
 
Decimal previousFixingRate () const
 
bool legSymbol (StrRef &value) const
 
bool legRatioQty (Int32 &value) const
 
bool legSide (UInt8 &value) const
 
StrRef legCurrency () const
 
bool legSecurityType (StrRef &value) const
 
bool legSecurityGroup (StrRef &value) const
 
bool legDateOffset (Int8 &value) const
 
Decimal interpolationFactor () const
 
LegSecurityAltID legSecurityAltId () const
 
LegsEntry next (SchemaVersion) const
 
- Public Member Functions inherited from BinaryGroupEntry< GroupSize::BlockLength >
 BinaryGroupEntry ()
 
 BinaryGroupEntry (const void *body, BodySize size, SchemaVersion version)
 
 BinaryGroupEntry (const BinaryGroupEntry &other)
 
 operator bool () const
 
const void * body () const
 
BodySize bodySize () const
 
SchemaVersion version () const
 
BinaryGroupEntryoperator= (const BinaryGroupEntry &other)
 

Static Public Member Functions

static BlockLength blockLength (SchemaVersion)
 
static const CharclassName ()
 

Additional Inherited Members

- Protected Types inherited from BinaryGroupEntry< GroupSize::BlockLength >
typedef BinaryGroupList< MessageSizeGroupList
 
- Protected Member Functions inherited from BinaryGroupEntry< GroupSize::BlockLength >
GroupList groups () const
 
- Protected Member Functions inherited from BinaryFields< BinaryGroupEntry< GroupSize::BlockLength >, GroupSize::BlockLength >
 BinaryFields ()
 
 ~BinaryFields ()
 
const FieldValue & ordinary (GroupSize::BlockLengthoffset) const
 
bool ordinary (FieldValue &value, GroupSize::BlockLengthoffset, const NullValue &null) const
 
bool ordinary (FieldValue &value, GroupSize::BlockLengthoffset, const NullValue &null, SchemaVersion since) const
 
Decimal decimal (GroupSize::BlockLengthoffset) const
 
bool decimal (Decimal &value, GroupSize::BlockLengthoffset, const NullValue &null) const
 
Enumeration::Enum enumeration (GroupSize::BlockLengthoffset) const
 
bool enumeration (typename Enumeration::Enum &value, GroupSize::BlockLengthoffset, const NullValue &null) const
 
bool enumeration (typename Enumeration::Enum &value, GroupSize::BlockLengthoffset, const NullValue &null, SchemaVersion since) const
 
StrRef fixedStr (GroupSize::BlockLengthoffset) const
 
StrRef fixedStr (GroupSize::BlockLengthoffset, SchemaVersion since) const
 
bool fixedStr (StrRef &value, GroupSize::BlockLengthoffset) const
 

Detailed Description

Entry of LegsEntry repeating group.

Definition at line 5843 of file Messages.h.

Member Typedef Documentation

Aliases base class type.

Definition at line 5855 of file Messages.h.

Repeating group containing LegSecurityAltIDEntry entries.

Definition at line 5947 of file Messages.h.

Constructor & Destructor Documentation

LegsEntry ( )
inline

Initializes blank instance.

Definition at line 5858 of file Messages.h.

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

Initializes instance of given version over given memory block.

Definition at line 5864 of file Messages.h.

Member Function Documentation

static BlockLength blockLength ( SchemaVersion  )
inlinestatic

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

Definition at line 6094 of file Messages.h.

static const Char* className ( )
inlinestatic

Entity class name.

Definition at line 6111 of file Messages.h.

Decimal interpolationFactor ( ) const
inline

Multiplier that when applied on longer rate results in previous fixing rate.

Definition at line 6076 of file Messages.h.

bool legBenchmarkCurveName ( StrRef value) const
inline

Required for Floating Rate Leg. Floating rate reference.

Definition at line 5950 of file Messages.h.

StrRef legCurrency ( ) const
inline

Currency associated with a particular Leg's quantity.

Definition at line 6037 of file Messages.h.

bool legDateOffset ( Int8 value) const
inline

Float reset date offset, specified when LegType = FLOAT.

Definition at line 6065 of file Messages.h.

bool legPayFrequencey ( StrRef value) const
inline

Payment frequency of fixed and floating rates expresses as a period.

Definition at line 5988 of file Messages.h.

bool legRatioQty ( Int32 value) const
inline

The ratio of quantity for this individual leg relative to the entire multi-leg instrument.

Definition at line 6017 of file Messages.h.

LegSecurityAltID legSecurityAltId ( ) const
inline

Returns instance of LegSecurityAltID repeating group.

Definition at line 6084 of file Messages.h.

bool legSecurityGroup ( StrRef value) const
inline

Leg equivalent of body tag 1151-SecurityGroup (i.e.

leg 'product code').

Definition at line 6056 of file Messages.h.

bool legSecurityType ( StrRef value) const
inline

Identifies the type of instrument.

Definition at line 6046 of file Messages.h.

bool legSide ( UInt8 value) const
inline

The side of this individual leg.

Definition at line 6027 of file Messages.h.

bool legSymbol ( StrRef value) const
inline

For Eris Interest rate swaps values would be FIXED, FLOAT and for Spread, value would be underline instrument.

Definition at line 6007 of file Messages.h.

LegsEntry next ( SchemaVersion  ) const
inline

Returns reference to the next item.

Definition at line 6100 of file Messages.h.

bool previousFixingDate ( Timestamp value) const
inline

Issue date for one leg of a multi-issue trade.

It is the previous fixing date on the float leg.

Definition at line 5969 of file Messages.h.

Decimal previousFixingRate ( ) const
inline

The Rate set on the last reset date.

It is the previous fixing rate.

Definition at line 5998 of file Messages.h.

bool rateDescriptor ( StrRef value) const
inline

Rate Descriptor.

Definition at line 5959 of file Messages.h.


The documentation for this struct was generated from the following file: