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

Combo Box. More...

Classes

struct  Type
 Combo Box Type. More...
 

Public Member Functions

 ComboBox (const SeriesId &seriesId=SeriesId())
 Initialize instance.
 
std::string toString () const
 String representation.
 

Public Attributes

SeriesId id
 Unique binary Id of the instrument.
 
std::string name
 Human-friendly name of the instrument.
 
const SeriesseriesRef
 Series Ref.
 
const SeriesseriesRefOutr
 Series Ref Outr.
 
const SeriesseriesRef2
 Series Ref 2.
 
const SeriesseriesRef2Outr
 Series Ref 2 Outr.
 
SeriesId seriesOutr
 Series Outr.
 
int32 convFactor
 Conversion factor for a Future Basis Box leg including 6 decimals.
 
uint32 ctdPrice
 CTD price for the cheapest leg including 3 decimals.
 
int32 refPrice
 Reference price of the underlying/instrument series.
 
int32 ref2Price
 Reference price of the underlying/instrument series.
 
uint16 legNumber
 The leg number of the central group/combo box.
 
bool cheapestToDeliver
 The leg in the future basis box that is CTD.
 
bool suspended
 Defines if the series is suspended or not.
 
Type::Enum boxType
 Combo Box Type.
 
bool displayOneRow
 Display the box in one row.
 
bool displayInPiw
 Display the box name in PIW.
 
std::string yieldCurve
 Yield curve id.
 

Detailed Description

Combo Box.