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
IOException
BleutradeMarketsReturn getBleutradeMarkets() throws IOException
IOException
BleutradeTickerReturn getBleutradeTicker(String market) throws IOException
IOException
BleutradeTickerReturn getBleutradeTickers() throws IOException
IOException
BleutradeOrderBookReturn getBleutradeOrderBook(String market, String type, int depth) throws IOException
IOException
BleutradeMarketHistoryReturn getBleutradeMarketHistory(String market, int count) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.