OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
AddFlexibleInstrumentResponse Class Reference

Public Member Functions

 AddFlexibleInstrumentResponse ()
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
UInt64 securityResponseId
SInt64 securityId
SInt64 strikePrice
SInt32 marketSegmentId
UInt32 maturityDate
UInt32 contractDate
ProductComplex::Enum productComplex
SettlMethod::Enum settlMethod
UInt8 optAttribute
PutOrCall::Enum putOrCall
ExerciseStyle::Enum exerciseStyle

Friends

class Serializer

Detailed Description

Definition at line 35 of file AddFlexibleInstrumentResponse.h.

Constructor & Destructor Documentation

◆ AddFlexibleInstrumentResponse()

Initialize default instance.

Member Function Documentation

◆ templateId()

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

◆ toString()

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

◆ Serializer

friend class Serializer
friend

Definition at line 91 of file AddFlexibleInstrumentResponse.h.

Member Data Documentation

◆ contractDate

UInt32 contractDate

Business date to identify an instrument.

Definition at line 67 of file AddFlexibleInstrumentResponse.h.

◆ exerciseStyle

ExerciseStyle::Enum exerciseStyle

Type of exercise of an instrument.

Definition at line 82 of file AddFlexibleInstrumentResponse.h.

◆ lastFragment

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 49 of file AddFlexibleInstrumentResponse.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 61 of file AddFlexibleInstrumentResponse.h.

◆ maturityDate

UInt32 maturityDate

Date of maturity.

Definition at line 64 of file AddFlexibleInstrumentResponse.h.

◆ optAttribute

UInt8 optAttribute

Version of option contract.

Definition at line 76 of file AddFlexibleInstrumentResponse.h.

◆ productComplex

ProductComplex::Enum productComplex

This field qualifies an instrument type on Eurex.

Definition at line 70 of file AddFlexibleInstrumentResponse.h.

◆ putOrCall

PutOrCall::Enum putOrCall

Indicates whether an option contract is a put or call.

Definition at line 79 of file AddFlexibleInstrumentResponse.h.

◆ securityId

SInt64 securityId

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

Definition at line 55 of file AddFlexibleInstrumentResponse.h.

◆ securityResponseId

UInt64 securityResponseId

Security response ID.

Definition at line 52 of file AddFlexibleInstrumentResponse.h.

◆ settlMethod

SettlMethod::Enum settlMethod

Settlement method for a contract or instrument.

Definition at line 73 of file AddFlexibleInstrumentResponse.h.

◆ strikePrice

SInt64 strikePrice

Strike Price for an Option.

Definition at line 58 of file AddFlexibleInstrumentResponse.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 42 of file AddFlexibleInstrumentResponse.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 45 of file AddFlexibleInstrumentResponse.h.