Package org.knowm.xchange.bibox.service
Class BiboxAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bibox.service.BiboxBaseService
org.knowm.xchange.bibox.service.BiboxAccountServiceRaw
org.knowm.xchange.bibox.service.BiboxAccountService
- All Implemented Interfaces:
AccountService,BaseService
- Author:
- odrotleff
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.knowm.xchange.bibox.service.BiboxBaseService
apiKey, bibox, signatureCreatorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreateTradeHistoryParamsobject specific to this exchange.Get account infogetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) Request a digital currency address to fund this account.Methods inherited from class org.knowm.xchange.bibox.service.BiboxAccountServiceRaw
getBiboxAccountInfo, requestBiboxDepositAddress, requestBiboxDeposits, requestBiboxWithdraw, requestBiboxWithdrawalsMethods inherited from class org.knowm.xchange.bibox.service.BiboxBaseService
throwErrorsMethods 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, requestDepositAddress, requestDepositAddressData, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
BiboxAccountService
-
-
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
-
requestDepositAddress
Description copied from interface:AccountServiceRequest a digital currency address to fund this account. Allows to fund the exchange account with digital currency from an external address- Specified by:
requestDepositAddressin interfaceAccountService- Parameters:
currency- The digital currency that corresponds to the desired deposit address.args- Necessary argument(s) as aString- Returns:
- the internal deposit address to send funds to
- 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
-
getFundingHistory
- Specified by:
getFundingHistoryin interfaceAccountService- Returns:
- list of funding history if available or an empty list otherwise. This should never return null.
-