Uses of Enum
com.studerw.tda.model.account.OrderStrategyType
Packages that use OrderStrategyType
-
Uses of OrderStrategyType in com.studerw.tda.model.account
Methods in com.studerw.tda.model.account that return OrderStrategyTypeModifier and TypeMethodDescriptionOrder.getOrderStrategyType()OrderStrategy.getOrderStrategyType()static OrderStrategyTypeReturns the enum constant of this type with the specified name.static OrderStrategyType[]OrderStrategyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.studerw.tda.model.account with parameters of type OrderStrategyTypeModifier and TypeMethodDescriptionvoidOrder.setOrderStrategyType(OrderStrategyType orderStrategyType)