Uses of Class
org.knowm.xchange.bitflyer.dto.account.BitflyerCoinHistory
Packages that use BitflyerCoinHistory
-
Uses of BitflyerCoinHistory in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return types with arguments of type BitflyerCoinHistoryModifier and TypeMethodDescriptionBitflyer.getCoinIns
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest) Bitflyer.getCoinOuts
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest) Methods in org.knowm.xchange.bitflyer with parameters of type BitflyerCoinHistoryModifier and TypeMethodDescriptionstatic FundingRecord
BitflyerAdapters.adaptFundingRecord
(BitflyerCoinHistory history, FundingRecord.Type type) Method parameters in org.knowm.xchange.bitflyer with type arguments of type BitflyerCoinHistoryModifier and TypeMethodDescriptionstatic List<FundingRecord>
BitflyerAdapters.adaptFundingRecordsFromCoinHistory
(List<BitflyerCoinHistory> coinHistory, FundingRecord.Type type) -
Uses of BitflyerCoinHistory in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service that return types with arguments of type BitflyerCoinHistoryModifier and TypeMethodDescriptionBitflyerAccountServiceRaw.getCoinIns()
BitflyerAccountServiceRaw.getCoinOuts()