Package org.knowm.xchange.quoine.service
Class QuoineAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.quoine.service.QuoineBaseService
org.knowm.xchange.quoine.service.QuoineAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
QuoineAccountService
public class QuoineAccountServiceRaw 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 Modifier Constructor Description protected
QuoineAccountServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description List<QuoineTransaction>
depositHistory(Currency currency, Integer limit, Integer page)
QuoineAccountBalance[]
getQuoineAccountBalance()
BitcoinAccount[]
getQuoineCryptoAccountInfo()
FiatAccount[]
getQuoineFiatAccountInfo()
QuoineTradingAccountInfo[]
getQuoineTradingAccountInfo()
List<QuoineTransaction>
withdrawalHistory(Currency currency, Integer limit, Integer page)
Methods inherited from class org.knowm.xchange.quoine.service.QuoineBaseService
handleHttpError, productId
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
QuoineAccountServiceRaw
Constructor
-
-
Method Details
-
getQuoineFiatAccountInfo
- Throws:
IOException
-
getQuoineCryptoAccountInfo
- Throws:
IOException
-
getQuoineTradingAccountInfo
- Throws:
IOException
-
getQuoineAccountBalance
- Throws:
IOException
-
depositHistory
public List<QuoineTransaction> depositHistory(Currency currency, Integer limit, Integer page) throws IOException- Throws:
IOException
-
withdrawalHistory
public List<QuoineTransaction> withdrawalHistory(Currency currency, Integer limit, Integer page) throws IOException- Throws:
IOException
-