public interface Bitfinex
| Modifier and Type | Method and Description |
|---|---|
BitfinexDepth |
getBook(String symbol) |
BitfinexDepth |
getBook(String symbol,
int limit_bids,
int limit_asks) |
BitfinexLendDepth |
getLendBook(String currency,
int limit_bids,
int limit_asks) |
BitfinexLend[] |
getLends(String currency,
long timestamp,
int limit_trades) |
Set<String> |
getSymbols() |
BitfinexTicker |
getTicker(String symbol) |
BitfinexTrade[] |
getTrades(String symbol,
long timestamp) |
BitfinexTicker getTicker(String symbol) throws IOException, BitfinexException
IOExceptionBitfinexExceptionBitfinexDepth getBook(String symbol, int limit_bids, int limit_asks) throws IOException, BitfinexException
IOExceptionBitfinexExceptionBitfinexDepth getBook(String symbol) throws IOException, BitfinexException
IOExceptionBitfinexExceptionBitfinexLendDepth getLendBook(String currency, int limit_bids, int limit_asks) throws IOException, BitfinexException
IOExceptionBitfinexExceptionBitfinexTrade[] getTrades(String symbol, long timestamp) throws IOException, BitfinexException
IOExceptionBitfinexExceptionBitfinexLend[] getLends(String currency, long timestamp, int limit_trades) throws IOException, BitfinexException
IOExceptionBitfinexExceptionSet<String> getSymbols() throws IOException, BitfinexException
IOExceptionBitfinexExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.