Package org.knowm.xchange.quoine.service
Class QuoineBaseService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.quoine.service.QuoineBaseService
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
QuoineAccountServiceRaw
,QuoineMarketDataServiceRaw
,QuoineTradeServiceRaw
public class QuoineBaseService extends BaseExchangeService implements BaseService
-
Field Summary
Fields Modifier and Type Field Description protected String
contentType
protected QuoineAuthenticated
quoine
protected static int
QUOINE_API_VERSION
protected String
secret
protected QuoineSignatureDigest
signatureCreator
protected String
tokenID
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description QuoineBaseService(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description protected RuntimeException
handleHttpError(si.mazi.rescu.HttpStatusIOException exception)
protected Integer
productId(CurrencyPair currencyPair)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Field Details
-
QUOINE_API_VERSION
protected static final int QUOINE_API_VERSION- See Also:
- Constant Field Values
-
signatureCreator
-
contentType
- See Also:
- Constant Field Values
-
tokenID
-
secret
-
quoine
-
-
Constructor Details
-
QuoineBaseService
Constructor- Parameters:
exchange
-
-
-
Method Details
-
handleHttpError
protected RuntimeException handleHttpError(si.mazi.rescu.HttpStatusIOException exception) throws IOException- Throws:
IOException
-
productId
-