Class LatokenAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<Exchange>
org.knowm.xchange.latoken.service.LatokenBaseService
org.knowm.xchange.latoken.service.LatokenAccountServiceRaw
org.knowm.xchange.latoken.service.LatokenAccountService
- All Implemented Interfaces:
AccountService
,BaseService
public class LatokenAccountService extends LatokenAccountServiceRaw implements AccountService
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
TRADING_FEE
Fields inherited from class org.knowm.xchange.latoken.service.LatokenBaseService
apiKey, latoken, LOG, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description LatokenAccountService(Exchange exchange)
-
Method Summary
Modifier and Type Method Description AccountInfo
getAccountInfo()
Get account infoMethods inherited from class org.knowm.xchange.latoken.service.LatokenAccountServiceRaw
getLatokenBalance, getLatokenBalances
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, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Field Details
-
TRADING_FEE
-
-
Constructor Details
-
LatokenAccountService
-
-
Method Details
-
getAccountInfo
Description copied from interface:AccountService
Get account info- Specified by:
getAccountInfo
in interfaceAccountService
- Returns:
- the AccountInfo object, null if some sort of error occurred. Implementers should log the error.
- Throws:
IOException
- - Indication that a networking error occurred while fetching JSON data
-