OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Public Attributes | List of all members
Series Struct Reference

Instrument Series. More...

Public Member Functions

 Series (const SeriesId &, const InstrumentClass &)
 
std::string toString () const
 

Public Attributes

SeriesId id
 Unique binary Id of the instrument.
 
std::string symbol
 Unique Text Id of the instrument series.
 
std::string name
 Human-friendly name of the instrument.
 
const InstrumentClassinstrumentClass
 Related instrument class.
 
SeriesAttributes attributes
 Static series characteristics.
 
MarketInfo marketInfo
 Market statistics.
 

Detailed Description

Instrument Series.

Describes the characteristics of instruments. Each series is connected to an instrument class. It defines properties of the instrument such as expiration date.