Uses of Class
org.knowm.xchange.bleutrade.BleutradeException
Packages that use BleutradeException
-
Uses of BleutradeException in org.knowm.xchange.bleutrade
Methods in org.knowm.xchange.bleutrade that throw BleutradeExceptionModifier and TypeMethodDescriptionBleutradeAuthenticated.buyLimit
(String apikey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String market, String quantity, String rate) BleutradeAuthenticated.cancel
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderid) BleutradeAuthenticated.depositHistory
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BleutradeAuthenticated.getBalance
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency) BleutradeAuthenticated.getBalances
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BleutradeAuthenticated.getDepositAddress
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency) BleutradeAuthenticated.getOrderHistory
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderid) BleutradeAuthenticated.getOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BleutradeAuthenticated.getTrades
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String market, String orderStatus, String orderType, Integer depth) BleutradeAuthenticated.sellLimit
(String apikey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String market, String quantity, String rate) BleutradeAuthenticated.withdraw
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency, BigDecimal quantity, String address) BleutradeAuthenticated.withdrawHistory
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)