Uses of Enum
org.knowm.xchange.bitstamp.dto.trade.BitstampUserTransaction.TransactionType
Packages that use BitstampUserTransaction.TransactionType
- 
Uses of BitstampUserTransaction.TransactionType in org.knowm.xchange.bitstamp.dto.trade
Methods in org.knowm.xchange.bitstamp.dto.trade that return BitstampUserTransaction.TransactionTypeModifier and TypeMethodDescriptionBitstampUserTransaction.TransactionType.fromString(int type) BitstampOrderTransaction.getType()BitstampUserTransaction.getType()Returns the enum constant of this type with the specified name.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.TransactionTypeModifierConstructorDescriptionBitstampOrderTransaction(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