Uses of Enum
com.studerw.tda.model.marketdata.Mover.Direction
Packages that use Mover.Direction
-
Uses of Mover.Direction in com.studerw.tda.model.marketdata
Methods in com.studerw.tda.model.marketdata that return Mover.DirectionModifier and TypeMethodDescriptionMover.getDirection()
MoversReq.getDirection()
static Mover.Direction
Returns the enum constant of this type with the specified name.static Mover.Direction[]
Mover.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.studerw.tda.model.marketdata with parameters of type Mover.DirectionModifierConstructorDescriptionMoversReq
(MoversReq.Index index, Mover.Direction direction, MoversReq.Change change)