Uses of Interface
com.dukascopy.api.indicators.OptInputDescription

Packages that use OptInputDescription
com.dukascopy.api.indicators   
 

Uses of OptInputDescription in com.dukascopy.api.indicators
 

Classes in com.dukascopy.api.indicators that implement OptInputDescription
 class DoubleListDescription
          Describes optional input as list of values
 class DoubleRangeDescription
          Describes optional input as range of values
 class IntegerListDescription
          Describes optional input as list of values
 class IntegerRangeDescription
          Describes optional input as range of values
 

Methods in com.dukascopy.api.indicators that return OptInputDescription
 OptInputDescription OptInputParameterInfo.getDescription()
          Returns object that describes possible values of the optional input
 

Methods in com.dukascopy.api.indicators with parameters of type OptInputDescription
 void OptInputParameterInfo.setDescription(OptInputDescription description)
          Sets object that describes possible values of the optional input
 

Constructors in com.dukascopy.api.indicators with parameters of type OptInputDescription
OptInputParameterInfo(String name, OptInputParameterInfo.Type type, OptInputDescription description)
          Creates descriptor and sets all the fields
 



Copyright © 2009. All Rights Reserved.