public class BittrexMarketDataServiceRaw extends BittrexBasePollingService
apiKey, bittrexAuthenticated, signatureCreator
exchange
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) |
getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public BittrexMarketDataServiceRaw(Exchange exchange)
exchange
- public BittrexCurrency[] getBittrexCurrencies() throws IOException
IOException
public ArrayList<BittrexSymbol> getBittrexSymbols() throws IOException
IOException
public BittrexTicker getBittrexTicker(String pair) throws IOException
IOException
public ArrayList<BittrexTicker> getBittrexTickers() throws IOException
IOException
public BittrexDepth getBittrexOrderBook(String pair, int depth) throws IOException
IOException
public BittrexTrade[] getBittrexTrades(String pair, int count) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.