Uses of Class
org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
-
Packages that use CoinbaseOrder Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.merchant -
-
Uses of CoinbaseOrder in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseOrder Modifier and Type Method Description CoinbaseOrderCoinbaseAuthenticated. createOrder(String code, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseOrderCoinbaseAuthenticated. createOrder(CoinbaseButton button, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseOrderCoinbaseAuthenticated. getOrder(String orderId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) -
Uses of CoinbaseOrder in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return types with arguments of type CoinbaseOrder Modifier and Type Method Description List<CoinbaseOrder>CoinbaseOrders. getOrders()
-