Uses of Interface
org.knowm.xchange.service.trade.params.TradeHistoryParamInstrument
Package
Description
-
Uses of TradeHistoryParamInstrument in org.knowm.xchange.binance.dto.trade
-
Uses of TradeHistoryParamInstrument in org.knowm.xchange.deribit.v2.service
-
Uses of TradeHistoryParamInstrument in org.knowm.xchange.service.trade.params
Modifier 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)
.