public class BleutradeMarketDataServiceRaw extends BleutradeBasePollingService
Implementation of the market data service for Bleutrade
apiKey, bleutrade, signatureCreator
exchange
Constructor and Description |
---|
BleutradeMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<BleutradeTrade> |
getBleutradeMarketHistory(CurrencyPair currencyPair,
int count) |
List<BleutradeMarket> |
getBleutradeMarkets() |
BleutradeOrderBook |
getBleutradeOrderBook(CurrencyPair currencyPair,
int depth) |
BleutradeTicker |
getBleutradeTicker(CurrencyPair currencyPair) |
List<BleutradeTicker> |
getBleutradeTickers() |
getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public BleutradeMarketDataServiceRaw(Exchange exchange)
exchange
- public List<BleutradeTicker> getBleutradeTickers() throws IOException
IOException
public BleutradeTicker getBleutradeTicker(CurrencyPair currencyPair) throws IOException
IOException
public BleutradeOrderBook getBleutradeOrderBook(CurrencyPair currencyPair, int depth) throws IOException
IOException
public List<BleutradeMarket> getBleutradeMarkets() throws IOException
IOException
public List<BleutradeTrade> getBleutradeMarketHistory(CurrencyPair currencyPair, int count) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.