Uses of Class
org.knowm.xchange.poloniex.dto.PoloniexException
Packages that use PoloniexException
-
Uses of PoloniexException in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex with parameters of type PoloniexExceptionModifier and TypeMethodDescriptionstatic ExchangeExceptionPoloniexErrorAdapter.adapt(PoloniexException e) Methods in org.knowm.xchange.poloniex that throw PoloniexExceptionModifier and TypeMethodDescriptionPoloniexAuthenticated.buy(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair, Integer fillOrKill, Integer immediateOrCancel, Integer postOnly) PoloniexAuthenticated.cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderNumber) PoloniexAuthenticated.generateNewAddress(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency) Poloniex.getAllOrderBooks(String command, String pair, Integer depth) Poloniex.getChartData(String command, String pair, Long startTime, Long endTime, long period) Poloniex.getCurrencyInfo(String command) PoloniexAuthenticated.getMarginPosition(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair) PoloniexAuthenticated.getMarginPosition(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, PoloniexAuthenticated.AllPairs all) Poloniex.getOrderBook(String command, String currencyPair) Poloniex.getOrderBook(String command, String currencyPair, Integer depth) PoloniexAuthenticated.marginBuy(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair, Double lendingRate) PoloniexAuthenticated.marginSell(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair, Double lendingRate) PoloniexAuthenticated.moveOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderNumber, String amount, String rate, Integer immediateOrCancel, Integer postOnly) PoloniexAuthenticated.returnActiveLoans(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnAvailableAccountBalances(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnAvailableAccountBalances(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String account) PoloniexAuthenticated.returnCompleteBalances(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String account) PoloniexAuthenticated.returnDepositAddresses(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnDepositsWithdrawals(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, Long startTime, Long endTime) PoloniexAuthenticated.returnFeeInfo(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnMarginAccountSummary(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair) PoloniexAuthenticated.returnOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, PoloniexAuthenticated.AllPairs all) PoloniexAuthenticated.returnOrderTrades(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderID) PoloniexAuthenticated.returnTradableBalances(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) PoloniexAuthenticated.returnTradeHistory(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair, Long startTime, Long endTime, Integer limit) PoloniexAuthenticated.returnTradeHistory(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair, Long startTime, Long endTime, Integer limit, String overload) PoloniexAuthenticated.sell(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair, Integer fillOrKill, Integer immediateOrCancel, Integer postOnly) PoloniexAuthenticated.transferBalance(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency, BigDecimal amount, String fromAccount, String toAccount) PoloniexAuthenticated.withdraw(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency, BigDecimal amount, String address, String paymentId)