Uses of Class
org.knowm.xchange.bitstamp.dto.trade.BitstampUserTransaction.TransactionType
Package | Description |
---|---|
org.knowm.xchange.bitstamp.dto.trade |
-
Uses of BitstampUserTransaction.TransactionType in org.knowm.xchange.bitstamp.dto.trade
Methods in org.knowm.xchange.bitstamp.dto.trade that return BitstampUserTransaction.TransactionType Modifier and Type Method Description static BitstampUserTransaction.TransactionType
BitstampUserTransaction.TransactionType. fromString(int type)
BitstampUserTransaction.TransactionType
BitstampOrderTransaction. getType()
BitstampUserTransaction.TransactionType
BitstampUserTransaction. getType()
static BitstampUserTransaction.TransactionType
BitstampUserTransaction.TransactionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitstampUserTransaction.TransactionType[]
BitstampUserTransaction.TransactionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.bitstamp.dto.trade with parameters of type BitstampUserTransaction.TransactionType Constructor Description BitstampOrderTransaction(String datetime, long tid, BitstampUserTransaction.TransactionType type, BigDecimal price, BigDecimal fee)
ConstructorBitstampUserTransaction(String datetime, long id, long order_id, BitstampUserTransaction.TransactionType type, BigDecimal fee)
Constructor