Uses of Enum
com.studerw.tda.model.account.Status
Packages that use Status
-
Uses of Status in com.studerw.tda.model.account
Methods in com.studerw.tda.model.account that return StatusModifier and TypeMethodDescriptionOrder.getStatus()
OrderRequest.getStatus()
OrderStrategy.getStatus()
static Status
Returns the enum constant of this type with the specified name.static Status[]
Status.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 StatusModifier and TypeMethodDescriptionvoid
void
Constructors in com.studerw.tda.model.account with parameters of type StatusModifierConstructorDescriptionOrderRequest
(Integer maxResults, ZonedDateTime fromEnteredTime, ZonedDateTime toEnteredTime, Status status)