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