Uses of Class
com.longbridge.quote.OptionDirection
-
Packages that use OptionDirection Package Description com.longbridge.quote -
-
Uses of OptionDirection in com.longbridge.quote
Methods in com.longbridge.quote that return OptionDirection Modifier and Type Method Description OptionDirectionOptionQuote. getDirection()Returns the option direction (Put / Call).static OptionDirectionOptionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionDirection[]OptionDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-