Uses of Class
org.knowm.xchange.livecoin.dto.LivecoinException
Packages that use LivecoinException
-
Uses of LivecoinException in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin with parameters of type LivecoinExceptionModifier and TypeMethodDescriptionstatic ExchangeException
LivecoinErrorAdapter.adapt
(LivecoinException e) Methods in org.knowm.xchange.livecoin that throw LivecoinExceptionModifier and TypeMethodDescriptionLivecoin.balances
(String apiKey, LivecoinDigest signatureCreator, String currency) Livecoin.getAllOrderBooks
(int depth, String groupByPrice) Livecoin.getOrderBook
(String baseCurrency, String targetCurrency, int depth, String groupByPrice) Livecoin.getRestrictions()
Livecoin.getTicker()
Livecoin.paymentAddress
(String apiKey, LivecoinDigest signatureCreator, String currency) Livecoin.paymentOutCoin
(String apiKey, LivecoinDigest signatureCreator, String currency, BigDecimal amount, String wallet) Livecoin.transactions
(String apiKey, LivecoinDigest signatureCreator, String start, String end, String types, Integer limit, Long offset)