public class PoloniexMarketDataServiceRaw extends PoloniexBasePollingService
apiKey, poloniex, poloniexAuthenticated, signatureCreatorexchange| Constructor and Description |
|---|
PoloniexMarketDataServiceRaw(Exchange exchange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PoloniexDepth> |
getAllPoloniexDepths() |
Map<String,PoloniexDepth> |
getAllPoloniexDepths(int depth) |
Map<String,PoloniexMarketData> |
getAllPoloniexTickers() |
Map<String,PoloniexCurrencyInfo> |
getPoloniexCurrencyInfo() |
PoloniexDepth |
getPoloniexDepth(CurrencyPair currencyPair) |
PoloniexDepth |
getPoloniexDepth(CurrencyPair currencyPair,
int depth) |
PoloniexPublicTrade[] |
getPoloniexPublicTrades(CurrencyPair currencyPair) |
PoloniexPublicTrade[] |
getPoloniexPublicTrades(CurrencyPair currencyPair,
Long startTime,
Long endTime) |
PoloniexTicker |
getPoloniexTicker(CurrencyPair currencyPair) |
getExchangeSymbolsverifyOrder, verifyOrder, verifyOrderpublic PoloniexMarketDataServiceRaw(Exchange exchange)
exchange - public Map<String,PoloniexCurrencyInfo> getPoloniexCurrencyInfo() throws IOException
IOExceptionpublic Map<String,PoloniexMarketData> getAllPoloniexTickers() throws IOException
IOExceptionpublic PoloniexTicker getPoloniexTicker(CurrencyPair currencyPair) throws IOException
IOExceptionpublic PoloniexDepth getPoloniexDepth(CurrencyPair currencyPair) throws IOException
IOExceptionpublic PoloniexDepth getPoloniexDepth(CurrencyPair currencyPair, int depth) throws IOException
IOExceptionpublic Map<String,PoloniexDepth> getAllPoloniexDepths() throws IOException
IOExceptionpublic Map<String,PoloniexDepth> getAllPoloniexDepths(int depth) throws IOException
IOExceptionpublic PoloniexPublicTrade[] getPoloniexPublicTrades(CurrencyPair currencyPair) throws IOException
IOExceptionpublic PoloniexPublicTrade[] getPoloniexPublicTrades(CurrencyPair currencyPair, Long startTime, Long endTime) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.