Package org.knowm.xchange.quoine.service
Class QuoineMarketDataServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.quoine.service.QuoineBaseService
-
- org.knowm.xchange.quoine.service.QuoineMarketDataServiceRaw
-
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
QuoineMarketDataService
public class QuoineMarketDataServiceRaw extends QuoineBaseService
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.quoine.service.QuoineBaseService
contentType, quoine, QUOINE_API_VERSION, secret, signatureCreator, tokenID
-
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
-
Constructor Summary
Constructors Constructor Description QuoineMarketDataServiceRaw(Exchange exchange)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuoineOrderBookgetOrderBook(int id)QuoineProductgetQuoineProduct(String currencyPair)QuoineProduct[]getQuoineProducts()-
Methods inherited from class org.knowm.xchange.quoine.service.QuoineBaseService
handleHttpError, productId
-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Constructor Detail
-
QuoineMarketDataServiceRaw
public QuoineMarketDataServiceRaw(Exchange exchange)
Constructor- Parameters:
exchange-
-
-
Method Detail
-
getQuoineProduct
public QuoineProduct getQuoineProduct(String currencyPair) throws IOException
- Throws:
IOException
-
getQuoineProducts
public QuoineProduct[] getQuoineProducts() throws IOException
- Throws:
IOException
-
getOrderBook
public QuoineOrderBook getOrderBook(int id) throws IOException
- Throws:
IOException
-
-