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

Public Member Functions

 InstrumentAttributeGrpElem ()
std::string toString () const

Public Attributes

InstrAttribType::Enum instrAttribType
std::string instrAttribValue

Friends

class Serializer

Detailed Description

Definition at line 120 of file EnterTESTradeRequest.h.

Constructor & Destructor Documentation

◆ InstrumentAttributeGrpElem()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ Serializer

friend class Serializer
friend

Definition at line 136 of file EnterTESTradeRequest.h.

Member Data Documentation

◆ instrAttribType

InstrAttribType::Enum instrAttribType

Code to represent the type of instrument attribute.

Definition at line 127 of file EnterTESTradeRequest.h.

◆ instrAttribValue

std::string instrAttribValue

Attribute value appropriate to the InstrAttribType field.

Definition at line 130 of file EnterTESTradeRequest.h.