public class CryptsyMarketDataServiceRaw extends CryptsyBasePollingService
apiKey, cryptsy, cryptsyAuthenticated, signatureCreatorexchange| 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, getExchangeSymbolsverifyOrder, verifyOrder, verifyOrderpublic 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.IOExceptionpublic 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.IOExceptionpublic 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.IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.