public interface Bleutrade
| Modifier and Type | Method and Description |
|---|---|
BleutradeCurrenciesReturn |
getBleutradeCurrencies() |
BleutradeMarketHistoryReturn |
getBleutradeMarketHistory(String market,
int count) |
BleutradeMarketsReturn |
getBleutradeMarkets() |
BleutradeOrderBookReturn |
getBleutradeOrderBook(String market,
String type,
int depth) |
BleutradeTickerReturn |
getBleutradeTicker(String market) |
BleutradeTickerReturn |
getBleutradeTickers() |
BleutradeCurrenciesReturn getBleutradeCurrencies() throws IOException
IOExceptionBleutradeMarketsReturn getBleutradeMarkets() throws IOException
IOExceptionBleutradeTickerReturn getBleutradeTicker(String market) throws IOException
IOExceptionBleutradeTickerReturn getBleutradeTickers() throws IOException
IOExceptionBleutradeOrderBookReturn getBleutradeOrderBook(String market, String type, int depth) throws IOException
IOExceptionBleutradeMarketHistoryReturn getBleutradeMarketHistory(String market, int count) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.