Uses of Class
org.knowm.xchange.coinbase.dto.marketdata.CoinbaseMoney
Packages that use CoinbaseMoney
Package
Description
-
Uses of CoinbaseMoney in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseAuthenticated.getBalance
(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) Coinbase.getSpotRate
(String currency) Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseMoneyModifier and TypeMethodDescriptionstatic Ticker
CoinbaseAdapters.adaptTicker
(CurrencyPair currencyPair, CoinbasePrice buyPrice, CoinbasePrice sellPrice, CoinbaseMoney spotRate, CoinbaseSpotPriceHistory coinbaseSpotPriceHistory) -
Uses of CoinbaseMoney in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseAccountChange.getAmount()
CoinbaseRecurringPayment.getAmount()
CoinbaseTransaction.getAmount()
CoinbaseTransactionInfo.getAmount()
CoinbaseAccountChanges.getBalance()
CoinbaseTransactions.getBalance()
CoinbaseUser.CoinbaseUserInfo.getBalance()
CoinbaseUser.getBalance()
CoinbaseUser.CoinbaseUserInfo.getBuyLimit()
CoinbaseUser.getBuyLimit()
CoinbaseUser.CoinbaseUserInfo.getSellLimit()
CoinbaseUser.getSellLimit()
Methods in org.knowm.xchange.coinbase.dto.account with parameters of type CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseTransaction.createMoneyRequest
(String from, CoinbaseMoney amount) CoinbaseTransaction.createSendMoneyRequest
(String from, CoinbaseMoney amount) -
Uses of CoinbaseMoney in org.knowm.xchange.coinbase.dto.marketdata
Methods in org.knowm.xchange.coinbase.dto.marketdata that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbasePrice.getBankFee()
CoinbasePrice.getCoinbaseFee()
CoinbasePrice.getSubTotal()
CoinbasePrice.getTotal()
-
Uses of CoinbaseMoney in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseButton.CoinbaseButtonBuilder.getPrice()
CoinbaseButton.getPrice()
CoinbaseOrder.getTotalBTC()
CoinbaseOrder.getTotalNative()
Constructors in org.knowm.xchange.coinbase.dto.merchant with parameters of type CoinbaseMoney -
Uses of CoinbaseMoney in org.knowm.xchange.coinbase.dto.serialization
Methods in org.knowm.xchange.coinbase.dto.serialization that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseCentsDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) CoinbaseMoneyDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) static CoinbaseMoney
CoinbaseCentsDeserializer.getCoinbaseMoneyFromCents
(com.fasterxml.jackson.databind.JsonNode node) static CoinbaseMoney
CoinbaseMoneyDeserializer.getCoinbaseMoneyFromNode
(com.fasterxml.jackson.databind.JsonNode node) -
Uses of CoinbaseMoney in org.knowm.xchange.coinbase.dto.trade
Methods in org.knowm.xchange.coinbase.dto.trade that return CoinbaseMoneyModifier and TypeMethodDescriptionCoinbaseTransfer.getBankFee()
CoinbaseTransfer.getBtcAmount()
CoinbaseTransfer.getCoinbaseFee()
CoinbaseTransfer.getSubtotal()
CoinbaseTransfer.getTotal()
Constructors in org.knowm.xchange.coinbase.dto.trade with parameters of type CoinbaseMoneyModifierConstructorDescriptionCoinbaseTransfer
(String id, CoinbaseTransferType type, String fundingType, String code, Date createdAt, CoinbaseMoney coinbaseFee, CoinbaseMoney bankFee, Date payoutDate, String transactionId, CoinbaseTransfer.CoinbaseTransferStatus status, CoinbaseMoney btcAmount, CoinbaseMoney subtotal, CoinbaseMoney total, String description, boolean success, List<String> errors)