public class PeatioMarketDataServiceRaw extends PeatioBasePollingService
peatio
Constructor and Description |
---|
PeatioMarketDataServiceRaw(com.xeiam.xchange.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
Depth |
getDepth(String market,
Integer limit) |
BigDecimal[][] |
getK(String market,
Integer limit,
Integer period,
Long timestamp) |
KWithPendingTrades |
getKWithPendingTrades(String market,
Integer tradeId,
Integer limit,
Integer period,
Long timestamp) |
OrderBook |
getOrderBook(String market,
Integer asksLimit,
Integer bidsLimit) |
MarketTicker |
getTicker(String market) |
Map<String,MarketTicker> |
getTickers() |
Trade[] |
getTrades(String market,
Integer limit,
Long timestamp,
Integer from,
Integer to,
String orderBy) |
getExchangeSymbols, getMarkets
public PeatioMarketDataServiceRaw(com.xeiam.xchange.Exchange exchange)
public Map<String,MarketTicker> getTickers() throws PeatioException, IOException
PeatioException
IOException
public MarketTicker getTicker(String market) throws PeatioException, IOException
PeatioException
IOException
public OrderBook getOrderBook(String market, Integer asksLimit, Integer bidsLimit) throws PeatioException, IOException
PeatioException
IOException
public Depth getDepth(String market, Integer limit) throws PeatioException, IOException
PeatioException
IOException
public Trade[] getTrades(String market, Integer limit, Long timestamp, Integer from, Integer to, String orderBy) throws PeatioException, IOException
PeatioException
IOException
public BigDecimal[][] getK(String market, Integer limit, Integer period, Long timestamp) throws PeatioException, IOException
PeatioException
IOException
public KWithPendingTrades getKWithPendingTrades(String market, Integer tradeId, Integer limit, Integer period, Long timestamp) throws PeatioException, IOException
PeatioException
IOException
Copyright © 2015. All rights reserved.