Package org.knowm.xchange.quoine.service
Class QuoineAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.quoine.service.QuoineBaseService
org.knowm.xchange.quoine.service.QuoineAccountServiceRaw
org.knowm.xchange.quoine.service.QuoineAccountService
- All Implemented Interfaces:
AccountService,BaseService
XChange service to provide the following to
Exchange:
- ANX specific methods to handle account-related operations
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.knowm.xchange.quoine.service.QuoineBaseService
contentType, quoine, QUOINE_API_VERSION, secret, signatureCreator, tokenIDFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
ConstructorsConstructorDescriptionQuoineAccountService(BaseExchange baseExchange, boolean useMargin) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) withdrawFunds(Currency currency, BigDecimal amount, String address) Methods inherited from class org.knowm.xchange.quoine.service.QuoineAccountServiceRaw
depositHistory, getQuoineAccountBalance, getQuoineCryptoAccountInfo, getQuoineFiatAccountInfo, getQuoineTradingAccountInfo, withdrawalHistoryMethods inherited from class org.knowm.xchange.quoine.service.QuoineBaseService
handleHttpError, productIdMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.account.AccountService
getDynamicTradingFeesByInstrument, requestDepositAddressData, withdrawFunds, withdrawFunds
-
Constructor Details
-
QuoineAccountService
Constructor
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException - Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
requestDepositAddress
- Specified by:
requestDepositAddressin interfaceAccountService- Throws:
IOException
-
createFundingHistoryParams
- Specified by:
createFundingHistoryParamsin interfaceAccountService
-
getFundingHistory
- Specified by:
getFundingHistoryin interfaceAccountService- Throws:
IOException
-