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 protectedQuoineAccountServiceRaw(Exchange exchange)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods 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
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Constructor Detail
-
QuoineAccountServiceRaw
protected QuoineAccountServiceRaw(Exchange exchange)
Constructor
-
-
Method Detail
-
getQuoineFiatAccountInfo
public FiatAccount[] getQuoineFiatAccountInfo() throws IOException
- Throws:
IOException
-
getQuoineCryptoAccountInfo
public BitcoinAccount[] getQuoineCryptoAccountInfo() throws IOException
- Throws:
IOException
-
getQuoineTradingAccountInfo
public QuoineTradingAccountInfo[] getQuoineTradingAccountInfo() throws IOException
- Throws:
IOException
-
getQuoineAccountBalance
public QuoineAccountBalance[] getQuoineAccountBalance() throws IOException
- 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
-
-