public class BitcoiniumMarketDataServiceRaw extends BitcoiniumBasePollingService
Implementation of the raw market data service for Bitcoinium
exchange
Constructor and Description |
---|
BitcoiniumMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BitcoiniumOrderbook |
getBitcoiniumOrderbook(String tradableIdentifier,
String currency,
String orderbookwindow) |
BitcoiniumTicker |
getBitcoiniumTicker(String tradableIdentifier,
String currency) |
BitcoiniumTickerHistory |
getBitcoiniumTickerHistory(String tradableIdentifier,
String currency,
String timeWindow) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public BitcoiniumMarketDataServiceRaw(Exchange exchange)
exchange
- public BitcoiniumTicker getBitcoiniumTicker(String tradableIdentifier, String currency) throws IOException
tradableIdentifier
- currency
- exchange
- IOException
public BitcoiniumTickerHistory getBitcoiniumTickerHistory(String tradableIdentifier, String currency, String timeWindow) throws IOException
tradableIdentifier
- currency
- exchange
- timeWindow
- - The time period of the requested ticker data. Value can be from set: { "10m", "1h", "3h", "12h", "24h", "3d", "7d", "30d",
"2M" }IOException
public BitcoiniumOrderbook getBitcoiniumOrderbook(String tradableIdentifier, String currency, String orderbookwindow) throws IOException
tradableIdentifier
- currency
- exchange
- orderbookwindow
- - The width of the Orderbook as a percentage plus and minus the current price. Value can be from set: { 2p, 5p, 10p, 20p,
50p, 100p }IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.