public class CryptsyMarketDataServiceRaw extends CryptsyBasePollingService
apiKey, cryptsy, cryptsyAuthenticated, signatureCreator
exchange
Constructor and Description |
---|
CryptsyMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CryptsyGetMarketsReturn |
getCryptsyMarkets()
Get all active markets from exchange
|
CryptsyOrderBookReturn |
getCryptsyOrderBook(int marketID)
Get the orderbook for this market
|
CryptsyMarketTradesReturn |
getCryptsyTrades(int marketID) |
checkResult, getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public CryptsyMarketDataServiceRaw(Exchange exchange)
exchange
- public CryptsyOrderBookReturn getCryptsyOrderBook(int marketID) throws IOException, ExchangeException
marketID
- the marketID to get the orderbook forExchangeException
- Indication that the exchange reported some kind of error with the request or response. Implementers should log this
error.IOException
public CryptsyMarketTradesReturn getCryptsyTrades(int marketID) throws IOException, ExchangeException
marketID
- the marketID to get the orderbook forExchangeException
- Indication that the exchange reported some kind of error with the request or response. Implementers should log this
error.IOException
public CryptsyGetMarketsReturn getCryptsyMarkets() throws IOException, ExchangeException
ExchangeException
- Indication that the exchange reported some kind of error with the request or response. Implementers should log this
error.IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.