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, handleHttpError
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
protected ANXMarketDataServiceRaw(Exchange exchange)
exchange
- public ANXTicker getANXTicker(CurrencyPair currencyPair) throws IOException
IOException
public Map<String,ANXTicker> getANXTickers(Collection<CurrencyPair> currencyPairs) throws IOException
IOException
public ANXDepthWrapper getANXFullOrderBook(CurrencyPair currencyPair) throws IOException
IOException
public Map<String,ANXDepth> getANXFullOrderBooks(Collection<CurrencyPair> currencyPairs) throws IOException
IOException
public ANXDepthWrapper getANXPartialOrderBook(CurrencyPair currencyPair) throws IOException
IOException
public List<ANXTrade> getANXTrades(CurrencyPair currencyPair, Long sinceTimeStamp) throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.