Uses of Enum
com.studerw.tda.model.transaction.Transaction.Type
Packages that use Transaction.Type
-
Uses of Transaction.Type in com.studerw.tda.model.transaction
Methods in com.studerw.tda.model.transaction that return Transaction.TypeModifier and TypeMethodDescriptionTransaction.getType()TransactionRequest.getType()static Transaction.TypeReturns the enum constant of this type with the specified name.static Transaction.Type[]Transaction.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.studerw.tda.model.transaction with parameters of type Transaction.TypeConstructors in com.studerw.tda.model.transaction with parameters of type Transaction.TypeModifierConstructorDescriptionTransactionRequest(Transaction.Type type, String symbol) TransactionRequest(Transaction.Type type, String symbol, LocalDate startDate, LocalDate endDate)