Uses of Class
org.knowm.xchange.bitso.dto.BitsoException
Packages that use BitsoException
-
Uses of BitsoException in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that throw BitsoExceptionModifier and TypeMethodDescriptionBitsoAuthenticated.buy(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) booleanBitsoAuthenticated.cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId) BitsoAuthenticated.getBalance(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BitsoAuthenticated.getBitcoinDepositAddress(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BitsoAuthenticated.getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) Bitso.getOrderBook()Returns "bids" and "asks".Bitso.getTransactions()Returns descending list of transactions.Bitso.getTransactions(String time) Returns descending list of transactions.BitsoAuthenticated.getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions) BitsoAuthenticated.getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions, long offset, String sort) BitsoAuthenticated.sell(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) BitsoAuthenticated.withdrawBitcoin(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) BitsoAuthenticated.withdrawToRipple(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) -
Uses of BitsoException in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that throw BitsoExceptionModifier and TypeMethodDescriptionbooleanBitsoTradeService.cancelOrder(String orderId) BitsoTradeService.getOpenOrders()BitsoTradeService.placeLimitOrder(LimitOrder limitOrder) BitsoTradeService.placeMarketOrder(MarketOrder marketOrder)