public class BittrexMarketDataServiceRaw extends BittrexBasePollingService
apiKey, bittrexAuthenticated, signatureCreatorexchange| Constructor and Description |
|---|
BittrexMarketDataServiceRaw(Exchange exchange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BittrexCurrency[] |
getBittrexCurrencies() |
BittrexDepth |
getBittrexOrderBook(String pair,
int depth) |
ArrayList<BittrexSymbol> |
getBittrexSymbols() |
BittrexTicker |
getBittrexTicker(String pair) |
ArrayList<BittrexTicker> |
getBittrexTickers() |
BittrexTrade[] |
getBittrexTrades(String pair,
int count) |
getExchangeSymbolsverifyOrder, verifyOrder, verifyOrderpublic BittrexMarketDataServiceRaw(Exchange exchange)
exchange - public BittrexCurrency[] getBittrexCurrencies() throws IOException
IOExceptionpublic ArrayList<BittrexSymbol> getBittrexSymbols() throws IOException
IOExceptionpublic BittrexTicker getBittrexTicker(String pair) throws IOException
IOExceptionpublic ArrayList<BittrexTicker> getBittrexTickers() throws IOException
IOExceptionpublic BittrexDepth getBittrexOrderBook(String pair, int depth) throws IOException
IOExceptionpublic BittrexTrade[] getBittrexTrades(String pair, int count) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.