Uses of Class
org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
-
Packages that use CoinbaseTransfer Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.trade -
-
Uses of CoinbaseTransfer in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseTransfer Modifier and Type Method Description CoinbaseTransferCoinbaseAuthenticated. buy(String quantity, boolean agreeBTCAmountVaries, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseTransferCoinbaseAuthenticated. sell(String quantity, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseTransfer Modifier and Type Method Description static UserTradeCoinbaseAdapters. adaptTrade(CoinbaseTransfer transfer) -
Uses of CoinbaseTransfer in org.knowm.xchange.coinbase.dto.trade
Methods in org.knowm.xchange.coinbase.dto.trade that return types with arguments of type CoinbaseTransfer Modifier and Type Method Description List<CoinbaseTransfer>CoinbaseTransfers. getTransfers()
-