Uses of Class
org.knowm.xchange.kraken.dto.trade.KrakenTrade
Packages that use KrakenTrade
Package
Description
-
Uses of KrakenTrade in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return types with arguments of type KrakenTradeModifier and TypeMethodDescriptionstatic Map<String,
KrakenTrade> KrakenUtils.filterTradeHistoryByCurrencyPair
(Map<String, KrakenTrade> krakenTrades, CurrencyPair currencyPair) Methods in org.knowm.xchange.kraken with parameters of type KrakenTradeModifier and TypeMethodDescriptionstatic KrakenUserTrade
KrakenAdapters.adaptTrade
(KrakenTrade krakenTrade, String tradeId) Method parameters in org.knowm.xchange.kraken with type arguments of type KrakenTradeModifier and TypeMethodDescriptionstatic UserTrades
KrakenAdapters.adaptTradesHistory
(Map<String, KrakenTrade> krakenTrades) static Map<String,
KrakenTrade> KrakenUtils.filterTradeHistoryByCurrencyPair
(Map<String, KrakenTrade> krakenTrades, CurrencyPair currencyPair) -
Uses of KrakenTrade in org.knowm.xchange.kraken.dto.trade.results
Methods in org.knowm.xchange.kraken.dto.trade.results that return types with arguments of type KrakenTradeConstructor parameters in org.knowm.xchange.kraken.dto.trade.results with type arguments of type KrakenTradeModifierConstructorDescriptionKrakenQueryTradeResult
(Map<String, KrakenTrade> result, String[] error) ConstructorKrakenTradeHistory
(Map<String, KrakenTrade> orders, int count) Constructor -
Uses of KrakenTrade in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return types with arguments of type KrakenTradeModifier and TypeMethodDescriptionKrakenTradeServiceRaw.queryKrakenTrades
(boolean includeTrades, String... transactionIds) KrakenTradeServiceRaw.queryKrakenTrades
(String... transactionIds)