Uses of Enum
com.studerw.tda.model.option.OptionChainReq.Strategy
Packages that use OptionChainReq.Strategy
-
Uses of OptionChainReq.Strategy in com.studerw.tda.model.option
Methods in com.studerw.tda.model.option that return OptionChainReq.StrategyModifier and TypeMethodDescriptionOptionChainReq.getStrategy()
static OptionChainReq.Strategy
Returns the enum constant of this type with the specified name.static OptionChainReq.Strategy[]
OptionChainReq.Strategy.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.StrategyModifier and TypeMethodDescriptionOptionChainReq.Builder.withStrategy
(OptionChainReq.Strategy strategy)