Class TradeHistoryParamsAll

java.lang.Object
org.knowm.xchange.service.trade.params.TradeHistoryParamsAll
All Implemented Interfaces:
CurrencyPairParam, InstrumentParam, TradeHistoryParamCurrencyPair, TradeHistoryParamInstrument, TradeHistoryParamLimit, TradeHistoryParamMultiCurrencyPair, TradeHistoryParamMultiInstrument, TradeHistoryParamOffset, TradeHistoryParamPaging, TradeHistoryParams, TradeHistoryParamsIdSpan, TradeHistoryParamsTimeSpan

public class TradeHistoryParamsAll
extends Object
implements TradeHistoryParamsTimeSpan, TradeHistoryParamPaging, TradeHistoryParamsIdSpan, TradeHistoryParamOffset, TradeHistoryParamCurrencyPair, TradeHistoryParamMultiCurrencyPair, TradeHistoryParamInstrument, TradeHistoryParamMultiInstrument, TradeHistoryParamLimit
Generic TradeHistoryParams 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 of TradeService.getTradeHistory(TradeHistoryParams) .