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
IOException
BitfinexException
BitfinexDepth getBook(String symbol, int limit_bids, int limit_asks) throws IOException, BitfinexException
IOException
BitfinexException
BitfinexDepth getBook(String symbol) throws IOException, BitfinexException
IOException
BitfinexException
BitfinexLendDepth getLendBook(String currency, int limit_bids, int limit_asks) throws IOException, BitfinexException
IOException
BitfinexException
BitfinexTrade[] getTrades(String symbol, long timestamp) throws IOException, BitfinexException
IOException
BitfinexException
BitfinexLend[] getLends(String currency, long timestamp, int limit_trades) throws IOException, BitfinexException
IOException
BitfinexException
Set<String> getSymbols() throws IOException, BitfinexException
IOException
BitfinexException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.