Uses of Class
org.knowm.xchange.dto.account.FundingRecord
-
Uses of FundingRecord in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BiboxAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BinanceAccountService. getFundingHistory(TradeHistoryParams params)
List<FundingRecord>
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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitbayAccountService. getFundingHistory(TradeHistoryParams params)
List<FundingRecord>
BitbayAccountServiceRaw. history(Currency currency, int limit)
-
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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitbayAccountService. 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 FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitcoindeAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitcointoyouAccountService. 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 FundingRecord Modifier and Type Method Description static List<FundingRecord>
BitfinexAdapters. adaptFundingHistory(List<Movement> movementHistorys)
static List<FundingRecord>
BitfinexAdapters. adaptFundingHistory(BitfinexDepositWithdrawalHistoryResponse[] bitfinexDepositWithdrawalHistoryResponses)
List<FundingRecord>
BitfinexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitflyerAccountService. getFundingHistory(TradeHistoryParams param)
-
Uses of FundingRecord in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitmexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BitstampAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.bl3p
Methods in org.knowm.xchange.bl3p that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
Bl3pAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BleutradeAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BlockchainAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BTCMarketsAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
BTCTurkAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
CoinbaseProTransfersWithHeader. getFundingRecords()
Method parameters in org.knowm.xchange.coinbasepro.dto.account with type arguments of type FundingRecord Modifier and Type Method Description void
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 FundingRecord Modifier and Type Method Description List<FundingRecord>
CoinbaseProAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
CoinEggAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
CoinexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.coingi.service
Methods in org.knowm.xchange.coingi.service that return types with arguments of type FundingRecord Modifier and Type Method Description List<FundingRecord>
CoingiAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return types with arguments of type FundingRecord Modifier and Type Method Description 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
CoinmateAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return FundingRecord Modifier and Type Method Description FundingRecord
FundingRecord.Builder. build()
Methods in org.knowm.xchange.dto.account with parameters of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
ExmoAccountService. getFundingHistory(TradeHistoryParams params)
List<FundingRecord>
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 FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
GateioAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
GeminiAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.globitex.service
Methods in org.knowm.xchange.globitex.service that return types with arguments of type FundingRecord Modifier and Type Method Description List<FundingRecord>
GlobitexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
HitbtcAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return FundingRecord Modifier and Type Method Description static FundingRecord
HuobiAdapters. adaptFundingRecord(HuobiFundingRecord r)
Methods in org.knowm.xchange.huobi that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
HuobiAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex that return types with arguments of type FundingRecord Modifier and Type Method Description List<FundingRecord>
IdexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
IndependentReserveAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
ItBitAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
KrakenAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return FundingRecord Modifier and Type Method Description static FundingRecord
KucoinAdapters. adaptFundingRecord(DepositResponse dr)
static FundingRecord
KucoinAdapters. adaptFundingRecord(WithdrawalResponse wr)
Methods in org.knowm.xchange.kucoin that return types with arguments of type FundingRecord Modifier and Type Method Description List<FundingRecord>
KucoinAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
LivecoinAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
LunoAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.lykke.service
Methods in org.knowm.xchange.lykke.service that return types with arguments of type FundingRecord Modifier and Type Method Description List<FundingRecord>
LykkeAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return FundingRecord Modifier and Type Method Description static FundingRecord
OkexAdaptersV3. adaptFundingRecord(OkexDepositRecord r)
static FundingRecord
OkexAdaptersV3. adaptFundingRecord(OkexWithdrawalRecord r)
Methods in org.knowm.xchange.okcoin that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
OkCoinAccountService. getFundingHistory(TradeHistoryParams params)
List<FundingRecord>
OkCoinFuturesAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
OkexAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
PaymiumAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return types with arguments of type FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
PoloniexAccountService. getFundingHistory(TradeHistoryParams params)
-
Uses of FundingRecord in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return FundingRecord Modifier and Type Method Description static 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
QuoineAccountService. 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 FundingRecord Modifier and Type Method Description default 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
TheRockAccountService. 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 FundingRecord Modifier and Type Method Description List<FundingRecord>
YoBitAccountService. getFundingHistory(TradeHistoryParams params)