public class PoloniexMarketDataServiceRaw extends PoloniexBasePollingService
apiKey, poloniex, poloniexAuthenticated, signatureCreator
exchange
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) |
getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public PoloniexMarketDataServiceRaw(Exchange exchange)
exchange
- public Map<String,PoloniexCurrencyInfo> getPoloniexCurrencyInfo() throws IOException
IOException
public Map<String,PoloniexMarketData> getAllPoloniexTickers() throws IOException
IOException
public PoloniexTicker getPoloniexTicker(CurrencyPair currencyPair) throws IOException
IOException
public PoloniexDepth getPoloniexDepth(CurrencyPair currencyPair) throws IOException
IOException
public PoloniexDepth getPoloniexDepth(CurrencyPair currencyPair, int depth) throws IOException
IOException
public Map<String,PoloniexDepth> getAllPoloniexDepths() throws IOException
IOException
public Map<String,PoloniexDepth> getAllPoloniexDepths(int depth) throws IOException
IOException
public PoloniexPublicTrade[] getPoloniexPublicTrades(CurrencyPair currencyPair) throws IOException
IOException
public PoloniexPublicTrade[] getPoloniexPublicTrades(CurrencyPair currencyPair, Long startTime, Long endTime) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.