Uses of Interface
org.knowm.xchange.service.trade.params.CurrencyPairParam
Packages that use CurrencyPairParam
Package
Description
-
Uses of CurrencyPairParam in org.knowm.xchange.bitcoinde.v4.service
Classes in org.knowm.xchange.bitcoinde.v4.service that implement CurrencyPairParamModifier and TypeClassDescriptionclass
class
-
Uses of CurrencyPairParam in org.knowm.xchange.bitcointoyou.service.polling
Classes in org.knowm.xchange.bitcointoyou.service.polling that implement CurrencyPairParamModifier and TypeClassDescriptionstatic class
-
Uses of CurrencyPairParam in org.knowm.xchange.bitfinex.service
Classes in org.knowm.xchange.bitfinex.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.bithumb.dto.trade
Classes in org.knowm.xchange.bithumb.dto.trade that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.bithumb.service
Classes in org.knowm.xchange.bithumb.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.bitstamp.service
Classes in org.knowm.xchange.bitstamp.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.bittrex.service
Classes in org.knowm.xchange.bittrex.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.blockchain.params
Classes in org.knowm.xchange.blockchain.params that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.btcmarkets.service
Classes in org.knowm.xchange.btcmarkets.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.cexio.service
Classes in org.knowm.xchange.cexio.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.coinbasepro.dto.trade
Classes in org.knowm.xchange.coinbasepro.dto.trade that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.coinfloor.service
Classes in org.knowm.xchange.coinfloor.service that implement CurrencyPairParamModifier and TypeClassDescriptionclass
class
-
Uses of CurrencyPairParam in org.knowm.xchange.coinmate.dto.trade
Classes in org.knowm.xchange.coinmate.dto.trade that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.coinmate.service
Classes in org.knowm.xchange.coinmate.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.deribit.v2.service
Classes in org.knowm.xchange.deribit.v2.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.ftx.dto.trade
Classes in org.knowm.xchange.ftx.dto.trade that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.gateio.service.params
Classes in org.knowm.xchange.gateio.service.params that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.gemini.v1.service
Classes in org.knowm.xchange.gemini.v1.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.hitbtc.v2.service
Classes in org.knowm.xchange.hitbtc.v2.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.huobi.service
Classes in org.knowm.xchange.huobi.service that implement CurrencyPairParamMethods in org.knowm.xchange.huobi.service with parameters of type CurrencyPairParamModifier and TypeMethodDescriptionHuobiTradeServiceRaw.getHuobiMatchResults
(CurrencyPairParam params, String types, Date startDate, Date endDate, String from, String direct, Integer size) HuobiTradeServiceRaw.getHuobiOpenOrders
(CurrencyPairParam params) HuobiTradeServiceRaw.getHuobiOrderHistory
(CurrencyPairParam params, Date startTime, Date endTime, String direct, Integer size) -
Uses of CurrencyPairParam in org.knowm.xchange.idex
Classes in org.knowm.xchange.idex that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.itbit.service
Classes in org.knowm.xchange.itbit.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.kraken.service
Classes in org.knowm.xchange.kraken.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.kucoin
Classes in org.knowm.xchange.kucoin that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.latoken.service
Classes in org.knowm.xchange.latoken.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.lgo.service
Classes in org.knowm.xchange.lgo.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.luno.service
Classes in org.knowm.xchange.luno.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.mercadobitcoin.service
Classes in org.knowm.xchange.mercadobitcoin.service that implement CurrencyPairParamModifier and TypeClassDescriptionstatic class
-
Uses of CurrencyPairParam in org.knowm.xchange.okcoin.service
Classes in org.knowm.xchange.okcoin.service that implement CurrencyPairParamModifier and TypeClassDescriptionstatic final class
static class
-
Uses of CurrencyPairParam in org.knowm.xchange.okcoin.v3.dto.trade
Classes in org.knowm.xchange.okcoin.v3.dto.trade that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.poloniex.service
Classes in org.knowm.xchange.poloniex.service that implement CurrencyPairParam -
Uses of CurrencyPairParam in org.knowm.xchange.ripple.service.params
Classes in org.knowm.xchange.ripple.service.params that implement CurrencyPairParamModifier and TypeClassDescriptionclass
The complete set of parameters that a Ripple trade history query will consider. -
Uses of CurrencyPairParam in org.knowm.xchange.service.trade.params
Subinterfaces of CurrencyPairParam in org.knowm.xchange.service.trade.paramsClasses in org.knowm.xchange.service.trade.params that implement CurrencyPairParamModifier 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)
. -
Uses of CurrencyPairParam in org.knowm.xchange.service.trade.params.orders
Subinterfaces of CurrencyPairParam in org.knowm.xchange.service.trade.params.ordersModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.knowm.xchange.service.trade.params.orders that implement CurrencyPairParamModifier and TypeClassDescriptionclass
class
-
Uses of CurrencyPairParam in org.knowm.xchange.therock.service
Classes in org.knowm.xchange.therock.service that implement CurrencyPairParam