Class GlobitexAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.globitex.service.GlobitexBaseService
org.knowm.xchange.globitex.service.GlobitexAccountServiceRaw
org.knowm.xchange.globitex.service.GlobitexAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.globitex.service.GlobitexBaseService
globitex, signatureCreatorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreateTradeHistoryParamsobject specific to this exchange.Get account infoMethods inherited from class org.knowm.xchange.globitex.service.GlobitexAccountServiceRaw
getGlobitexAccountsMethods 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, getFundingHistory, requestDepositAddress, requestDepositAddress, requestDepositAddressData, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
GlobitexAccountService
-
-
Method Details
-
getAccountInfo
Description copied from interface:AccountServiceGet account info- Specified by:
getAccountInfoin 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
-
createFundingHistoryParams
Description copied from interface:AccountServiceCreateTradeHistoryParamsobject specific to this exchange. Object created by this method may be used to discover supported and requiredAccountService.getFundingHistory(TradeHistoryParams)parameters and should be passed only to the method in the same class as the createFundingHistoryParams that created the object.- Specified by:
createFundingHistoryParamsin interfaceAccountService
-