Package org.knowm.xchange.yobit.service
Class YoBitAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.yobit.service.YoBitBaseService<YoBit>
org.knowm.xchange.yobit.service.YoBitAccountServiceRaw
- All Implemented Interfaces:
AccountService
,BaseService
- Direct Known Subclasses:
YoBitAccountService
public abstract class YoBitAccountServiceRaw extends YoBitBaseService<YoBit> implements AccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.yobit.service.YoBitBaseService
service, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description YoBitAccountServiceRaw(YoBitExchange exchange)
-
Method Summary
Modifier and Type Method Description BaseYoBitResponse
getDepositAddress(Currency currency)
AccountInfo
getInfo()
BaseYoBitResponse
withdrawCoinsToAddress(DefaultWithdrawFundsParams params)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getAccountInfo, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
YoBitAccountServiceRaw
-
-
Method Details
-
getInfo
- Throws:
IOException
-
withdrawCoinsToAddress
public BaseYoBitResponse withdrawCoinsToAddress(DefaultWithdrawFundsParams params) throws IOException- Throws:
IOException
-
getDepositAddress
- Throws:
IOException
-