Class CoinbaseSellData.CoinbaseSell
- java.lang.Object
-
- org.knowm.xchange.coinbase.v2.dto.account.CoinbaseSellData.CoinbaseSell
-
- Enclosing class:
- CoinbaseSellData
public static class CoinbaseSellData.CoinbaseSell extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoinbaseAmountgetAmount()CoinbasePricegetFee()StringgetId()StringgetStatus()CoinbasePricegetSubtotal()CoinbasePricegetTotal()StringgetTransaction()booleanisCommitted()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getStatus
public String getStatus()
-
getTransaction
public String getTransaction()
-
isCommitted
public boolean isCommitted()
-
getFee
public CoinbasePrice getFee()
-
getAmount
public CoinbaseAmount getAmount()
-
getTotal
public CoinbasePrice getTotal()
-
getSubtotal
public CoinbasePrice getSubtotal()
-
-