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
IOException
CexIODepth getDepth(String tradeableIdentifier, String currency) throws IOException
IOException
CexIOTrade[] getTrades(String tradeableIdentifier, String currency) throws IOException
IOException
CexIOTrade[] getTradesSince(String tradeableIdentifier, String currency, long since) throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.