Uses of Enum
com.studerw.tda.model.option.OptionChainReq.OptionType
Packages that use OptionChainReq.OptionType
-
Uses of OptionChainReq.OptionType in com.studerw.tda.model.option
Methods in com.studerw.tda.model.option that return OptionChainReq.OptionTypeModifier and TypeMethodDescriptionOptionChainReq.getOptionType()
static OptionChainReq.OptionType
Returns the enum constant of this type with the specified name.static OptionChainReq.OptionType[]
OptionChainReq.OptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.studerw.tda.model.option with parameters of type OptionChainReq.OptionTypeModifier and TypeMethodDescriptionOptionChainReq.Builder.withOptionType
(OptionChainReq.OptionType optionType)