dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Package Functions | Properties | Private Attributes
com.dxfeed.ipf.option.OptionChain Class Reference

Set of option series for a single product or underlying symbol. More...

Inheritance diagram for com.dxfeed.ipf.option.OptionChain:
[legend]
Collaboration diagram for com.dxfeed.ipf.option.OptionChain:
[legend]

Public Member Functions

object Clone ()
 Returns a shall copy of this option chain. All series are copied(cloned) themselves, but option instrument instances are shared with original. More...
 
SortedDictionary< OptionSeries, OptionSeries >.KeyCollection GetSeries ()
 Returns a sorted set of option series of this option chain. More...
 

Package Functions

 OptionChain (string symbol)
 
void AddOption (OptionSeries series, bool isCall, double strike, InstrumentProfile option)
 

Properties

string Symbol [get, private set]
 Symbol (product or underlying) of this option chain. More...
 

Private Attributes

readonly SortedDictionary< OptionSeries, OptionSeriesseriesMap = new SortedDictionary<OptionSeries, OptionSeries>()
 

Detailed Description

Set of option series for a single product or underlying symbol.

Template Parameters
TThe type of option instrument instances.

Constructor & Destructor Documentation

◆ OptionChain()

com.dxfeed.ipf.option.OptionChain.OptionChain ( string  symbol)
inlinepackage

Member Function Documentation

◆ AddOption()

void com.dxfeed.ipf.option.OptionChain.AddOption ( OptionSeries  series,
bool  isCall,
double  strike,
InstrumentProfile  option 
)
inlinepackage

◆ Clone()

object com.dxfeed.ipf.option.OptionChain.Clone ( )
inline

Returns a shall copy of this option chain. All series are copied(cloned) themselves, but option instrument instances are shared with original.

Returns
Returns a shall copy of this option chain.

◆ GetSeries()

SortedDictionary<OptionSeries, OptionSeries>.KeyCollection com.dxfeed.ipf.option.OptionChain.GetSeries ( )
inline

Returns a sorted set of option series of this option chain.

Returns
sorted set of option series of this option chain.

Field Documentation

◆ seriesMap

readonly SortedDictionary<OptionSeries, OptionSeries> com.dxfeed.ipf.option.OptionChain.seriesMap = new SortedDictionary<OptionSeries, OptionSeries>()
private

Property Documentation

◆ Symbol

string com.dxfeed.ipf.option.OptionChain.Symbol
getprivate set

Symbol (product or underlying) of this option chain.

Gets symbol (product or underlying) of this option chain.


The documentation for this class was generated from the following file: