Class CryptoFacilitiesMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.cryptofacilities.service.CryptoFacilitiesBaseService
org.knowm.xchange.cryptofacilities.service.CryptoFacilitiesMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CryptoFacilitiesMarketDataService
public class CryptoFacilitiesMarketDataServiceRaw extends CryptoFacilitiesBaseService
- Author:
- Jean-Christophe Laruelle
-
Field Summary
Fields inherited from class org.knowm.xchange.cryptofacilities.service.CryptoFacilitiesBaseService
cryptoFacilities, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description CryptoFacilitiesMarketDataServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description CryptoFacilitiesPublicFills
getCryptoFacilitiesHistory(CurrencyPair currencyPair)
CryptoFacilitiesInstruments
getCryptoFacilitiesInstruments()
CryptoFacilitiesOrderBook
getCryptoFacilitiesOrderBook(CurrencyPair currencyPair)
CryptoFacilitiesTicker
getCryptoFacilitiesTicker(CurrencyPair currencyPair)
CryptoFacilitiesTickers
getCryptoFacilitiesTickers()
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CryptoFacilitiesMarketDataServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
getCryptoFacilitiesTicker
public CryptoFacilitiesTicker getCryptoFacilitiesTicker(CurrencyPair currencyPair) throws IOException- Throws:
IOException
-
getCryptoFacilitiesTickers
- Throws:
IOException
-
getCryptoFacilitiesInstruments
- Throws:
IOException
-
getCryptoFacilitiesOrderBook
public CryptoFacilitiesOrderBook getCryptoFacilitiesOrderBook(CurrencyPair currencyPair) throws IOException- Throws:
IOException
-
getCryptoFacilitiesHistory
public CryptoFacilitiesPublicFills getCryptoFacilitiesHistory(CurrencyPair currencyPair) throws IOException- Throws:
IOException
-