Uses of Interface
org.knowm.xchange.service.trade.params.TradeHistoryParamPaging
Packages that use TradeHistoryParamPaging
Package
Description
-
Uses of TradeHistoryParamPaging in org.knowm.xchange.bitcoinde.v4.service
Classes in org.knowm.xchange.bitcoinde.v4.service that implement TradeHistoryParamPagingModifier and TypeClassDescriptionclass
class
-
Uses of TradeHistoryParamPaging in org.knowm.xchange.bithumb.service
Classes in org.knowm.xchange.bithumb.service that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.bitstamp.service
Classes in org.knowm.xchange.bitstamp.service that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.bl3p.service.params
Classes in org.knowm.xchange.bl3p.service.params that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.btcmarkets.service
Classes in org.knowm.xchange.btcmarkets.service that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.coinfloor.service
Classes in org.knowm.xchange.coinfloor.service that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.gateio.service.params
Classes in org.knowm.xchange.gateio.service.params that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.independentreserve.service
Classes in org.knowm.xchange.independentreserve.service that implement TradeHistoryParamPagingModifier and TypeClassDescriptionstatic class
Methods in org.knowm.xchange.independentreserve.service that return TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.itbit.service
Classes in org.knowm.xchange.itbit.service that implement TradeHistoryParamPagingModifier and TypeClassDescriptionstatic class
static class
-
Uses of TradeHistoryParamPaging in org.knowm.xchange.okcoin.service
Classes in org.knowm.xchange.okcoin.service that implement TradeHistoryParamPagingModifier and TypeClassDescriptionstatic class
static final class
static class
-
Uses of TradeHistoryParamPaging in org.knowm.xchange.quoine.service
Classes in org.knowm.xchange.quoine.service that implement TradeHistoryParamPaging -
Uses of TradeHistoryParamPaging in org.knowm.xchange.ripple.service.params
Classes in org.knowm.xchange.ripple.service.params that implement TradeHistoryParamPagingModifier and TypeClassDescriptionclass
The complete set of parameters that a Ripple trade history query will consider. -
Uses of TradeHistoryParamPaging in org.knowm.xchange.service.trade.params
Classes in org.knowm.xchange.service.trade.params that implement TradeHistoryParamPagingModifier and TypeClassDescriptionclass
Common implementation ofTradeHistoryParamPaging
interfaceclass
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)
.