Uses of Enum Class
org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
Packages that use BitsoUserTransaction.TransactionType
-
Uses of BitsoUserTransaction.TransactionType in org.knowm.xchange.bitso.dto.trade
Methods in org.knowm.xchange.bitso.dto.trade that return BitsoUserTransaction.TransactionTypeModifier and TypeMethodDescriptionBitsoUserTransaction.getType()Returns the enum constant of this class with the specified name.static BitsoUserTransaction.TransactionType[]BitsoUserTransaction.TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.bitso.dto.trade with parameters of type BitsoUserTransaction.TransactionTypeModifierConstructorDescriptionBitsoUserTransaction(String datetime, long id, String order_id, BitsoUserTransaction.TransactionType type, BigDecimal mxn, BigDecimal btc, BigDecimal rate, BigDecimal fee) Constructor