Uses of Class
com.markose.etrade.market.OptionCategory
-
Packages that use OptionCategory Package Description com.markose.etrade.market -
-
Uses of OptionCategory in com.markose.etrade.market
Methods in com.markose.etrade.market that return OptionCategory Modifier and Type Method Description static OptionCategoryOptionCategory. fromValue(java.lang.String v)OptionCategoryOptionChainRequest. getOptionCategory()static OptionCategoryOptionCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionCategory[]OptionCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.markose.etrade.market with parameters of type OptionCategory Modifier and Type Method Description voidOptionChainRequest. setOptionCategory(OptionCategory optionCategory)
-