public interface CexIO
| Modifier and Type | Method and Description |
|---|---|
CexIODepth |
getDepth(String tradeableIdentifier,
String currency) |
CexIOTicker |
getTicker(String tradeableIdentifier,
String currency) |
CexIOTrade[] |
getTrades(String tradeableIdentifier,
String currency) |
CexIOTrade[] |
getTradesSince(String tradeableIdentifier,
String currency,
long since) |
CexIOTicker getTicker(String tradeableIdentifier, String currency) throws IOException
IOExceptionCexIODepth getDepth(String tradeableIdentifier, String currency) throws IOException
IOExceptionCexIOTrade[] getTrades(String tradeableIdentifier, String currency) throws IOException
IOExceptionCexIOTrade[] getTradesSince(String tradeableIdentifier, String currency, long since) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.