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 StatusReturns 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 TypeMethodDescriptionvoidvoidConstructors in com.studerw.tda.model.account with parameters of type StatusModifierConstructorDescriptionOrderRequest(Integer maxResults, ZonedDateTime fromEnteredTime, ZonedDateTime toEnteredTime, Status status)