|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dxfeed.ipf.option.OptionChain<T>
T
- The type of option instrument instances.public final class OptionChain<T>
Set of option series for a single product or underlying symbol.
Method Summary | |
---|---|
OptionChain<T> |
clone()
Returns a shall copy of this option chain. |
SortedSet<OptionSerie<T>> |
getSeries()
Returns a sorted set of option series of this option chain. |
String |
getSymbol()
Returns symbol (product or underlying) of this option chain. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public OptionChain<T> clone()
clone
in class Object
public String getSymbol()
public SortedSet<OptionSerie<T>> getSeries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |