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

Public Member Functions

 QuotReqLegsGrpElem ()
std::string toString () const

Public Attributes

SInt64 legSecurityId
UInt32 legRatioQty
SInt32 legSymbol
LegSecurityType::Enum legSecurityType
LegSide::Enum legSide

Friends

class Serializer

Detailed Description

Definition at line 36 of file SRQSOpenNegotiationNotification.h.

Constructor & Destructor Documentation

◆ QuotReqLegsGrpElem()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ Serializer

friend class Serializer
friend

Definition at line 61 of file SRQSOpenNegotiationNotification.h.

Member Data Documentation

◆ legRatioQty

UInt32 legRatioQty

The ratio of quantity for this individual leg relative to the entire multileg security.

Definition at line 46 of file SRQSOpenNegotiationNotification.h.

◆ legSecurityId

SInt64 legSecurityId

Instrument identifiier of the leg security.

Definition at line 43 of file SRQSOpenNegotiationNotification.h.

◆ legSecurityType

LegSecurityType::Enum legSecurityType

Indicates type of leg.

Definition at line 52 of file SRQSOpenNegotiationNotification.h.

◆ legSide

LegSide::Enum legSide

The side of the individual leg of a strategy.

Definition at line 55 of file SRQSOpenNegotiationNotification.h.

◆ legSymbol

SInt32 legSymbol

Product identifiier of the leg security.

Definition at line 49 of file SRQSOpenNegotiationNotification.h.