public class BitfinexMarketDataServiceRaw extends BitfinexBasePollingService
Implementation of the market data service for Bitfinex
apiKey, bitfinex, payloadCreator, signatureCreator
exchange
Constructor and Description |
---|
BitfinexMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BitfinexLendDepth |
getBitfinexLendBook(String currency,
int limitBids,
int limitAsks) |
BitfinexLend[] |
getBitfinexLends(String currency,
long sinceTimestamp,
int limitTrades) |
BitfinexDepth |
getBitfinexOrderBook(String pair,
Integer limitBids,
Integer limitAsks) |
Collection<String> |
getBitfinexSymbols() |
BitfinexTicker |
getBitfinexTicker(String pair) |
BitfinexTrade[] |
getBitfinexTrades(String pair,
long sinceTimestamp) |
getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public BitfinexMarketDataServiceRaw(Exchange exchange)
exchange
- public BitfinexTicker getBitfinexTicker(String pair) throws IOException
IOException
public BitfinexDepth getBitfinexOrderBook(String pair, Integer limitBids, Integer limitAsks) throws IOException
IOException
public BitfinexLendDepth getBitfinexLendBook(String currency, int limitBids, int limitAsks) throws IOException
IOException
public BitfinexTrade[] getBitfinexTrades(String pair, long sinceTimestamp) throws IOException
IOException
public BitfinexLend[] getBitfinexLends(String currency, long sinceTimestamp, int limitTrades) throws IOException
IOException
public Collection<String> getBitfinexSymbols() throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.