OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
AddComplexInstrumentResponse Class Reference

#include <OnixS/Eurex/Trading/Messages/AddComplexInstrumentResponse.h>

Public Member Functions

 AddComplexInstrumentResponse ()
 
TemplateId::Enum templateId () const
 
std::string toString () const
 
- Public Member Functions inherited from Message
virtual ~Message ()
 

Public Attributes

UInt64 trdRegTSTimeIn
 
UInt64 trdRegTSTimeOut
 
LastFragment::Enum lastFragment
 
SInt64 lowLimitPrice
 
SInt64 highLimitPrice
 
SInt64 securityId
 
UInt64 lastUpdateTime
 
UInt64 securityResponseId
 
SInt32 marketSegmentId
 
SInt32 numberOfSecurities
 
SInt32 securitySubType
 
UInt16 quantityScalingFactor
 
MultilegModel::Enum multilegModel
 
ImpliedMarketIndicator::Enum impliedMarketIndicator
 
ProductComplex::Enum productComplex
 
std::vector< InstrmtLegGrpEleminstrmtLegGrp
 

Friends

class Serializer
 

Detailed Description

Definition at line 38 of file AddComplexInstrumentResponse.h.

Constructor & Destructor Documentation

Initialize default instance.

Member Function Documentation

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

Friends And Related Function Documentation

friend class Serializer
friend

Definition at line 99 of file AddComplexInstrumentResponse.h.

Member Data Documentation

SInt64 highLimitPrice

Allowable high limit price for the trading day.

Definition at line 57 of file AddComplexInstrumentResponse.h.

ImpliedMarketIndicator::Enum impliedMarketIndicator

Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out).

Definition at line 84 of file AddComplexInstrumentResponse.h.

std::vector<InstrmtLegGrpElem> instrmtLegGrp

Instrument Leg Group.

Definition at line 90 of file AddComplexInstrumentResponse.h.

LastFragment::Enum lastFragment

Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.

Definition at line 51 of file AddComplexInstrumentResponse.h.

UInt64 lastUpdateTime

Timestamp of last update to data item (or creation if no updates made since creation).

Definition at line 63 of file AddComplexInstrumentResponse.h.

SInt64 lowLimitPrice

Allowable low limit price for the trading day.

Definition at line 54 of file AddComplexInstrumentResponse.h.

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 69 of file AddComplexInstrumentResponse.h.

MultilegModel::Enum multilegModel

Specifies if a strategy is temporarily (user-defined) or permanently (predefined) available.

Definition at line 81 of file AddComplexInstrumentResponse.h.

SInt32 numberOfSecurities

Number of strategies that have been created per session, product and business day.

Definition at line 72 of file AddComplexInstrumentResponse.h.

ProductComplex::Enum productComplex

This field qualifies an instrument type on Eurex.

Definition at line 87 of file AddComplexInstrumentResponse.h.

UInt16 quantityScalingFactor

Quantity Scaling Factor for Scaled Instruments.

Definition at line 78 of file AddComplexInstrumentResponse.h.

SInt64 securityId

The instrument identifier uniquely identifies an instrument in the core system.

Definition at line 60 of file AddComplexInstrumentResponse.h.

UInt64 securityResponseId

Security response ID.

Definition at line 66 of file AddComplexInstrumentResponse.h.

SInt32 securitySubType

This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy.

Definition at line 75 of file AddComplexInstrumentResponse.h.

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 45 of file AddComplexInstrumentResponse.h.

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 48 of file AddComplexInstrumentResponse.h.


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