T - The type of option instrument instances.public final class OptionChain<T> extends Object implements Cloneable
| Modifier and Type | Method and Description | 
|---|---|
OptionChain<T> | 
clone()
Returns a shall copy of this option chain. 
 | 
SortedSet<OptionSeries<T>> | 
getSeries()
Returns a sorted set of option series of this option chain. 
 | 
String | 
getSymbol()
Returns symbol (product or underlying) of this option chain. 
 | 
public OptionChain<T> clone()
public String getSymbol()
public SortedSet<OptionSeries<T>> getSeries()
Copyright © 2002–2023 Devexperts LLC. All rights reserved.