Uses of Class
org.knowm.xchange.dto.account.FundingRecord
Packages that use FundingRecord
Package
Description
-
Uses of FundingRecord in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
BiboxAdapters.adaptDeposit
(BiboxDeposit d) static FundingRecord
BiboxAdapters.adaptDeposit
(BiboxWithdrawal w) -
Uses of FundingRecord in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBiboxAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBinanceAccountService.getFundingHistory
(TradeHistoryParams params) BinanceUsAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitbay.service
Methods in org.knowm.xchange.bitbay.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitbayAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitbay.v3.service
Methods in org.knowm.xchange.bitbay.v3.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitbayAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
BitcoindeAdapters.adaptFundingHistory
(Currency currency, List<BitcoindeAccountLedger> accountLedgers, boolean leaveFeesSeperate) -
Uses of FundingRecord in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitcoindeAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitcointoyou.service.polling
Methods in org.knowm.xchange.bitcointoyou.service.polling that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitcointoyouAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
BitfinexAdapters.adaptFundingHistory
(List<Movement> movementHistorys) static List<FundingRecord>
BitfinexAdapters.adaptFundingHistory
(BitfinexDepositWithdrawalHistoryResponse[] bitfinexDepositWithdrawalHistoryResponses) BitfinexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
BitflyerAdapters.adaptFundingRecord
(BitflyerCoinHistory history, FundingRecord.Type type) static FundingRecord
BitflyerAdapters.adaptFundingRecord
(BitflyerDepositOrWithdrawal history, FundingRecord.Type type) Methods in org.knowm.xchange.bitflyer that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
BitflyerAdapters.adaptFundingRecordsFromCoinHistory
(List<BitflyerCoinHistory> coinHistory, FundingRecord.Type type) static List<FundingRecord>
BitflyerAdapters.adaptFundingRecordsFromDepositHistory
(List<BitflyerDepositOrWithdrawal> depositWithdrawls, FundingRecord.Type type) -
Uses of FundingRecord in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitflyerAccountService.getFundingHistory
(TradeHistoryParams param) -
Uses of FundingRecord in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
BitmexAdapters.adaptFundingRecord
(BitmexWalletTransaction walletTransaction) -
Uses of FundingRecord in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitmexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
BitstampAdapters.adaptFundingHistory
(List<BitstampUserTransaction> userTransactions) -
Uses of FundingRecord in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBitstampAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bl3p
Methods in org.knowm.xchange.bl3p that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
Bl3pAdapters.adaptUserTransactionsToFundingRecords
(Bl3pUserTransactions.Bl3pUserTransaction[] transactions) -
Uses of FundingRecord in org.knowm.xchange.bl3p.service
Methods in org.knowm.xchange.bl3p.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBl3pAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.bleutrade.service
Methods in org.knowm.xchange.bleutrade.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBleutradeAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
BlockchainAdapters.toFundingDeposit
(BlockchainDeposits d) static FundingRecord
BlockchainAdapters.toFundingWithdrawal
(BlockchainWithdrawal w) -
Uses of FundingRecord in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBlockchainAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
BTCMarketsAdapters.adaptFundingHistory
(BTCMarketsFundtransferHistoryResponse btcMarketsFundtransferHistoryResponse) -
Uses of FundingRecord in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBTCMarketsAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
BTCTurkAdapters.adaptTransaction
(BTCTurkUserTransactions transaction) -
Uses of FundingRecord in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionBTCTurkAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
CoinbaseProAdapters.adaptFundingRecord
(Currency currency, CoinbaseProTransfer coinbaseProTransfer) -
Uses of FundingRecord in org.knowm.xchange.coinbasepro.dto.account
Methods in org.knowm.xchange.coinbasepro.dto.account that return types with arguments of type FundingRecordMethod parameters in org.knowm.xchange.coinbasepro.dto.account with type arguments of type FundingRecordModifier and TypeMethodDescriptionvoid
CoinbaseProTransfersWithHeader.setFundingRecords
(List<FundingRecord> fundingRecords) -
Uses of FundingRecord in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionCoinbaseProAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.coinegg.service
Methods in org.knowm.xchange.coinegg.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionCoinEggAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.coinex.service
Methods in org.knowm.xchange.coinex.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionCoinexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
CoinmateAdapters.adaptFundingDetail
(CoinmateTransferDetail coinmateTransferDetail) static List<FundingRecord>
CoinmateAdapters.adaptFundingHistory
(CoinmateTransactionHistory coinmateTradeHistory, CoinmateTransferHistory additionalTransferData) -
Uses of FundingRecord in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionCoinmateAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return FundingRecordMethods in org.knowm.xchange.dto.account with parameters of type FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord.Builder
FundingRecord.Builder.from
(FundingRecord record) -
Uses of FundingRecord in org.knowm.xchange.examples.util
Method parameters in org.knowm.xchange.examples.util with type arguments of type FundingRecordModifier and TypeMethodDescriptionstatic void
AccountServiceTestUtil.printFundingHistory
(List<FundingRecord> fundingRecords) -
Uses of FundingRecord in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionExmoAccountService.getFundingHistory
(TradeHistoryParams params) ExmoAccountServiceRaw.getFundingHistory
(Date since) -
Uses of FundingRecord in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
GateioAdapters.adaptDepositsWithdrawals
(GateioDepositsWithdrawals depositsWithdrawals) -
Uses of FundingRecord in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionGateioAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
GeminiAdapters.adapt
(GeminiTransfer transfer) -
Uses of FundingRecord in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionGeminiAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
HitbtcAdapters.adapt
(HitbtcTransaction transaction) -
Uses of FundingRecord in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionHitbtcAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
HuobiAdapters.adaptFundingRecord
(HuobiFundingRecord r) Methods in org.knowm.xchange.huobi that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
HuobiAdapters.adaptFundingHistory
(HuobiFundingRecord[] fundingRecords) -
Uses of FundingRecord in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionHuobiAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionIdexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
IndependentReserveAdapters.adaptTransaction
(IndependentReserveTransaction transaction) -
Uses of FundingRecord in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionIndependentReserveAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
ItBitAdapters.adapt
(ItBitFunding itBitFunding) -
Uses of FundingRecord in org.knowm.xchange.itbit.service
Methods in org.knowm.xchange.itbit.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionItBitAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
KrakenAdapters.adaptFundingHistory
(Map<String, KrakenLedger> krakenLedgerInfo) -
Uses of FundingRecord in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionKrakenAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
KucoinAdapters.adaptFundingRecord
(DepositResponse dr) static FundingRecord
KucoinAdapters.adaptFundingRecord
(WithdrawalResponse wr) Methods in org.knowm.xchange.kucoin that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionKucoinAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
LivecoinAdapters.adaptFundingRecord
(Map map) -
Uses of FundingRecord in org.knowm.xchange.livecoin.service
Methods in org.knowm.xchange.livecoin.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionLivecoinAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.luno.service
Methods in org.knowm.xchange.luno.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionLunoAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
OkexAdaptersV3.adaptFundingRecord
(OkexDepositRecord r) static FundingRecord
OkexAdaptersV3.adaptFundingRecord
(OkexWithdrawalRecord r) Methods in org.knowm.xchange.okcoin that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
OkCoinAdapters.adaptFundingHistory
(OkCoinAccountRecords okCoinAccountRecordsList, FundingRecord.Type type) -
Uses of FundingRecord in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionOkCoinAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionOkexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.paymium.service
Methods in org.knowm.xchange.paymium.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionPaymiumAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionstatic List<FundingRecord>
PoloniexAdapters.adaptFundingRecords
(PoloniexDepositsWithdrawalsResponse poloFundings) -
Uses of FundingRecord in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionPoloniexAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return FundingRecordModifier and TypeMethodDescriptionstatic FundingRecord
QuoineAdapters.adaptFunding
(Currency currency, QuoineTransaction transaction, FundingRecord.Type deposit) -
Uses of FundingRecord in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionQuoineAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.service.account
Methods in org.knowm.xchange.service.account that return types with arguments of type FundingRecordModifier and TypeMethodDescriptiondefault List<FundingRecord>
AccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionTheRockAccountService.getFundingHistory
(TradeHistoryParams params) -
Uses of FundingRecord in org.knowm.xchange.yobit.service
Methods in org.knowm.xchange.yobit.service that return types with arguments of type FundingRecordModifier and TypeMethodDescriptionYoBitAccountService.getFundingHistory
(TradeHistoryParams params)