Class CoinbasePrice
- java.lang.Object
-
- org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
-
public class CoinbasePrice extends Object
-
-
Constructor Summary
Constructors Constructor Description CoinbasePrice(BigDecimal amount, String currency)CoinbasePrice(BigDecimal amount, Currency currency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BigDecimalgetAmount()CurrencygetCurrency()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CoinbasePrice
public CoinbasePrice(BigDecimal amount, String currency)
-
CoinbasePrice
public CoinbasePrice(BigDecimal amount, Currency currency)
-
-
Method Detail
-
getCurrency
public Currency getCurrency()
-
getAmount
public BigDecimal getAmount()
-
-