Uses of Interface
org.knowm.xchange.service.trade.params.TradeHistoryParamInstrument
Packages that use TradeHistoryParamInstrument
Package
Description
-
Uses of TradeHistoryParamInstrument in org.knowm.xchange.binance.dto.trade
Classes in org.knowm.xchange.binance.dto.trade that implement TradeHistoryParamInstrument -
Uses of TradeHistoryParamInstrument in org.knowm.xchange.deribit.v2.service
Classes in org.knowm.xchange.deribit.v2.service that implement TradeHistoryParamInstrument -
Uses of TradeHistoryParamInstrument in org.knowm.xchange.service.trade.params
Classes in org.knowm.xchange.service.trade.params that implement TradeHistoryParamInstrumentModifier 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)
.