Uses of Class
com.longport.quote.OptionType
-
Packages that use OptionType Package Description com.longport.quote -
-
Uses of OptionType in com.longport.quote
Methods in com.longport.quote that return OptionType Modifier and Type Method Description OptionType
OptionQuote. getContractType()
static OptionType
OptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionType[]
OptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-