OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | Public Attributes | List of all members
Series Struct Reference

Series entity. More...

Public Member Functions

 Series (const SeriesId &seriesId, const InstrumentClass &instrumentClass)
 Initialize instance.
 
std::string toString () const
 String representation.
 

Public Attributes

SeriesId id
 Unique binary Id of the instrument.
 
const InstrumentClassinstrumentClass
 Related instrument class.
 
std::string symbol
 Unique Text Id of the instrument series.
 
std::string name
 Human-friendly name of the instrument.
 
SeriesAttributes attributes
 Attributes of series.
 

Detailed Description

Series entity.