Uses of Class
com.dxfeed.ipf.option.OptionSerie

Packages that use OptionSerie
com.dxfeed.ipf.option Provides classes to group option instruments into option chains by product and underlying symbol and into series by expiration, mmy, etc within a chain. 
 

Uses of OptionSerie in com.dxfeed.ipf.option
 

Methods in com.dxfeed.ipf.option that return OptionSerie
 OptionSerie<T> OptionSerie.clone()
          Returns a shall copy of this option serie.
 

Methods in com.dxfeed.ipf.option that return types with arguments of type OptionSerie
 SortedSet<OptionSerie<T>> OptionChain.getSeries()
          Returns a sorted set of option series of this option chain.
 

Methods in com.dxfeed.ipf.option with parameters of type OptionSerie
 int OptionSerie.compareTo(OptionSerie<T> o)
          Compares this option serie to another one by its attributes.
 



Copyright © 2013 Devexperts. All Rights Reserved.