Uses of Interface
org.knowm.xchange.service.trade.params.TradeHistoryParamMultiCurrencyPair
Packages that use TradeHistoryParamMultiCurrencyPair
Package
Description
-
Uses of TradeHistoryParamMultiCurrencyPair in org.knowm.xchange.bitbay.v3.service
Classes in org.knowm.xchange.bitbay.v3.service that implement TradeHistoryParamMultiCurrencyPair -
Uses of TradeHistoryParamMultiCurrencyPair in org.knowm.xchange.coinfloor.service
Classes in org.knowm.xchange.coinfloor.service that implement TradeHistoryParamMultiCurrencyPair -
Uses of TradeHistoryParamMultiCurrencyPair in org.knowm.xchange.service.trade.params
Classes in org.knowm.xchange.service.trade.params that implement TradeHistoryParamMultiCurrencyPairModifier and TypeClassDescriptionclass
class
GenericTradeHistoryParams
implementation that implements all the interfaces in the hierarchy and can be safely (without getting exceptions, if that all the required fields are non-null) passed to any implementation ofTradeService.getTradeHistory(TradeHistoryParams)
.