dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
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...
 

Properties

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

Detailed Description

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

Template Parameters
TThe type of option instrument instances.

Member Function Documentation

◆ 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.

Property Documentation

◆ Symbol

string com.dxfeed.ipf.option.OptionChain.Symbol
get

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: