Uses of Class
org.knowm.xchange.cryptonit2.dto.trade.CryptonitUserTransaction.TransactionType
-
Packages that use CryptonitUserTransaction.TransactionType Package Description org.knowm.xchange.cryptonit2.dto.trade -
-
Uses of CryptonitUserTransaction.TransactionType in org.knowm.xchange.cryptonit2.dto.trade
Methods in org.knowm.xchange.cryptonit2.dto.trade that return CryptonitUserTransaction.TransactionType Modifier and Type Method Description static CryptonitUserTransaction.TransactionTypeCryptonitUserTransaction.TransactionType. fromString(int type)CryptonitUserTransaction.TransactionTypeCryptonitOrderTransaction. getType()CryptonitUserTransaction.TransactionTypeCryptonitUserTransaction. getType()static CryptonitUserTransaction.TransactionTypeCryptonitUserTransaction.TransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptonitUserTransaction.TransactionType[]CryptonitUserTransaction.TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.cryptonit2.dto.trade with parameters of type CryptonitUserTransaction.TransactionType Constructor Description CryptonitOrderTransaction(String datetime, long tid, CryptonitUserTransaction.TransactionType type, BigDecimal usd, BigDecimal btc, BigDecimal ltc, BigDecimal eth, BigDecimal eur, BigDecimal xrp, BigDecimal bch, BigDecimal price, BigDecimal fee)ConstructorCryptonitUserTransaction(String datetime, long id, long order_id, CryptonitUserTransaction.TransactionType type, BigDecimal fee)Constructor
-