public class BitcurexMarketDataServiceRaw extends BitcurexBasePollingService
Implementation of the raw market data service for Bitcurex
bitcurex, bitcurexAuthenticated, signatureCreator
exchange
Constructor and Description |
---|
BitcurexMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BitcurexDepth |
getBitcurexOrderBook(String currency) |
BitcurexTicker |
getBitcurexTicker(String currency) |
BitcurexTrade[] |
getBitcurexTrades(String currency) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public BitcurexMarketDataServiceRaw(Exchange exchange)
exchange
- public BitcurexTicker getBitcurexTicker(String currency) throws IOException, ExchangeException
IOException
ExchangeException
public BitcurexDepth getBitcurexOrderBook(String currency) throws IOException, ExchangeException
IOException
ExchangeException
public BitcurexTrade[] getBitcurexTrades(String currency) throws IOException, ExchangeException
IOException
ExchangeException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.