Uses of Class
com.dxfeed.ipf.InstrumentProfileType

Packages that use InstrumentProfileType
com.dxfeed.ipf   
 

Uses of InstrumentProfileType in com.dxfeed.ipf
 

Methods in com.dxfeed.ipf that return InstrumentProfileType
static InstrumentProfileType InstrumentProfileType.find(java.lang.String name)
          Returns field for specified name or null if field is not found.
static InstrumentProfileType InstrumentProfileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstrumentProfileType[] InstrumentProfileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.