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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected QuoineAuthenticated
protected static final int
protected final String
protected final QuoineSignatureDigest
protected final String
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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:
-
signatureCreator
-
contentType
- See Also:
-
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
-