public interface BTER
Modifier and Type | Method and Description |
---|---|
BTERDepth |
getFullDepth(String tradeableIdentifier,
String currency) |
BTERMarketInfoWrapper |
getMarketInfo() |
BTERCurrencyPairs |
getPairs() |
BTERTicker |
getTicker(String tradeableIdentifier,
String currency) |
BTERTickers |
getTickers() |
BTERTradeHistory |
getTradeHistory(String tradeableIdentifier,
String currency) |
BTERTradeHistory |
getTradeHistorySince(String tradeableIdentifier,
String currency,
String tradeId) |
BTERMarketInfoWrapper getMarketInfo() throws IOException
IOException
BTERCurrencyPairs getPairs() throws IOException
IOException
BTERTickers getTickers() throws IOException
IOException
BTERTicker getTicker(String tradeableIdentifier, String currency) throws IOException
IOException
BTERDepth getFullDepth(String tradeableIdentifier, String currency) throws IOException
IOException
BTERTradeHistory getTradeHistory(String tradeableIdentifier, String currency) throws IOException
IOException
BTERTradeHistory getTradeHistorySince(String tradeableIdentifier, String currency, String tradeId) throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.