public class BitfinexMarketDataServiceRaw extends BitfinexBasePollingService
Implementation of the market data service for Bitfinex
apiKey, bitfinex, payloadCreator, signatureCreatorexchange| 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) |
getExchangeSymbolsverifyOrder, verifyOrder, verifyOrderpublic BitfinexMarketDataServiceRaw(Exchange exchange)
exchange - public BitfinexTicker getBitfinexTicker(String pair) throws IOException
IOExceptionpublic BitfinexDepth getBitfinexOrderBook(String pair, Integer limitBids, Integer limitAsks) throws IOException
IOExceptionpublic BitfinexLendDepth getBitfinexLendBook(String currency, int limitBids, int limitAsks) throws IOException
IOExceptionpublic BitfinexTrade[] getBitfinexTrades(String pair, long sinceTimestamp) throws IOException
IOExceptionpublic BitfinexLend[] getBitfinexLends(String currency, long sinceTimestamp, int limitTrades) throws IOException
IOExceptionpublic Collection<String> getBitfinexSymbols() throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.