Uses of Class
org.knowm.xchange.coinfloor.dto.CoinfloorException
Packages that use CoinfloorException
-
Uses of CoinfloorException in org.knowm.xchange.coinfloor
Methods in org.knowm.xchange.coinfloor that throw CoinfloorExceptionModifier and TypeMethodDescriptionCoinfloorAuthenticated.buy(Currency base, Currency counter, BigDecimal amount, BigDecimal price) CoinfloorAuthenticated.buyMarket(Currency base, Currency counter, BigDecimal quantity) booleanCoinfloorAuthenticated.cancelOrder(Currency base, Currency counter, long id) CoinfloorAuthenticated.getBalance(Currency base, Currency counter) CoinfloorAuthenticated.getOpenOrders(Currency base, Currency counter) CoinfloorPublic.getOrderBook(Currency base, Currency counter) CoinfloorPublic.getTransactions(Currency base, Currency counter, CoinfloorMarketDataServiceRaw.CoinfloorInterval period) CoinfloorAuthenticated.getUserTransactions(Currency base, Currency counter, Integer numberOfTransactions, Long offset, String sort) CoinfloorAuthenticated.sell(Currency base, Currency counter, BigDecimal amount, BigDecimal price) CoinfloorAuthenticated.sellMarket(Currency base, Currency counter, BigDecimal quantity)