Class DeribitAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<DeribitExchange>
org.knowm.xchange.deribit.v2.service.DeribitBaseService
org.knowm.xchange.deribit.v2.service.DeribitAccountServiceRaw
org.knowm.xchange.deribit.v2.service.DeribitAccountService
- All Implemented Interfaces:
AccountService
,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.deribit.v2.service.DeribitBaseService
deribit, deribitAuth, deribitAuthenticated
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
-
Method Summary
Methods inherited from class org.knowm.xchange.deribit.v2.service.DeribitAccountServiceRaw
getAccountSummary, getPositions
Methods inherited from class org.knowm.xchange.deribit.v2.service.DeribitBaseService
getDeribitAuthentication
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, requestDepositAddress, requestDepositAddressData, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
DeribitAccountService
-
-
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
-