dxFeed .Net API
5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Set of option series for a single product or underlying symbol. More...
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, OptionSeries > | seriesMap = new SortedDictionary<OptionSeries, OptionSeries>() |
Set of option series for a single product or underlying symbol.
T | The type of option instrument instances. |
|
inlinepackage |
|
inlinepackage |
|
inline |
Returns a shall copy of this option chain. All series are copied(cloned) themselves, but option instrument instances are shared with original.
|
inline |
Returns a sorted set of option series of this option chain.
|
private |
|
getprivate set |
Symbol (product or underlying) of this option chain.
Gets symbol (product or underlying) of this option chain.