Class CryptonitMarketDataServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.cryptonit2.service.CryptonitBaseService
-
- org.knowm.xchange.cryptonit2.service.CryptonitMarketDataServiceRaw
-
- All Implemented Interfaces:
org.knowm.xchange.service.BaseService
- Direct Known Subclasses:
CryptonitMarketDataService
public class CryptonitMarketDataServiceRaw extends CryptonitBaseService
- Author:
- gnandiga
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCryptonitMarketDataServiceRaw.CryptonitTime
-
Constructor Summary
Constructors Constructor Description CryptonitMarketDataServiceRaw(org.knowm.xchange.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptonitOrderBookgetCryptonitOrderBook(org.knowm.xchange.currency.CurrencyPair pair)CryptonitTickergetCryptonitTicker(org.knowm.xchange.currency.CurrencyPair pair)CryptonitTransaction[]getTransactions(org.knowm.xchange.currency.CurrencyPair pair, CryptonitMarketDataServiceRaw.CryptonitTime time)-
Methods inherited from class org.knowm.xchange.cryptonit2.service.CryptonitBaseService
handleError
-
-
-
-
Method Detail
-
getCryptonitTicker
public CryptonitTicker getCryptonitTicker(org.knowm.xchange.currency.CurrencyPair pair) throws IOException
- Throws:
IOException
-
getCryptonitOrderBook
public CryptonitOrderBook getCryptonitOrderBook(org.knowm.xchange.currency.CurrencyPair pair) throws IOException
- Throws:
IOException
-
getTransactions
public CryptonitTransaction[] getTransactions(org.knowm.xchange.currency.CurrencyPair pair, @Nullable CryptonitMarketDataServiceRaw.CryptonitTime time) throws IOException
- Throws:
IOException
-
-