public class ANXMarketDataServiceRaw extends ANXBasePollingService
exchange| Modifier | Constructor and Description |
|---|---|
protected |
ANXMarketDataServiceRaw(Exchange exchange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ANXDepthWrapper |
getANXFullOrderBook(CurrencyPair currencyPair) |
Map<String,ANXDepth> |
getANXFullOrderBooks(Collection<CurrencyPair> currencyPairs) |
ANXDepthWrapper |
getANXPartialOrderBook(CurrencyPair currencyPair) |
ANXTicker |
getANXTicker(CurrencyPair currencyPair) |
Map<String,ANXTicker> |
getANXTickers(Collection<CurrencyPair> currencyPairs) |
List<ANXTrade> |
getANXTrades(CurrencyPair currencyPair,
Long sinceTimeStamp) |
handleError, handleHttpErrorgetExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolsprotected ANXMarketDataServiceRaw(Exchange exchange)
exchange - public ANXTicker getANXTicker(CurrencyPair currencyPair) throws IOException
IOExceptionpublic Map<String,ANXTicker> getANXTickers(Collection<CurrencyPair> currencyPairs) throws IOException
IOExceptionpublic ANXDepthWrapper getANXFullOrderBook(CurrencyPair currencyPair) throws IOException
IOExceptionpublic Map<String,ANXDepth> getANXFullOrderBooks(Collection<CurrencyPair> currencyPairs) throws IOException
IOExceptionpublic ANXDepthWrapper getANXPartialOrderBook(CurrencyPair currencyPair) throws IOException
IOExceptionpublic List<ANXTrade> getANXTrades(CurrencyPair currencyPair, Long sinceTimeStamp) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.