Uses of Class
com.longbridge.quote.OptionType
-
Packages that use OptionType Package Description com.longbridge.quote -
-
Uses of OptionType in com.longbridge.quote
Methods in com.longbridge.quote that return OptionType Modifier and Type Method Description OptionTypeOptionQuote. getContractType()Returns the option type (American / European).static OptionTypeOptionType. 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.
-