Uses of Enum
org.knowm.xchange.service.trade.params.TradeHistoryParamsSorted.Order
Packages that use TradeHistoryParamsSorted.Order
Package
Description
-
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return TradeHistoryParamsSorted.OrderMethods in org.knowm.xchange.bitfinex.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionvoid
BitfinexTradeService.BitfinexTradeHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return TradeHistoryParamsSorted.OrderMethods in org.knowm.xchange.bitstamp.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionvoid
BitstampTradeHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service that return TradeHistoryParamsSorted.OrderMethods in org.knowm.xchange.coinfloor.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionCoinfloorTradeServiceRaw.getUserTransactions
(Instrument pair, Integer numberOfTransactions, Long offset, TradeHistoryParamsSorted.Order sort) void
CoinfloorTradeHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionstatic String
CoinmateAdapters.adaptSortOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionCoinmateTradeService.CoinmateTradeHistoryHistoryParams.getOrder()
Methods in org.knowm.xchange.coinmate.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionvoid
CoinmateTradeService.CoinmateTradeHistoryHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) Constructors in org.knowm.xchange.coinmate.service with parameters of type TradeHistoryParamsSorted.OrderModifierConstructorDescriptionCoinmateTradeHistoryHistoryParams
(Integer limit, Long offset, TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service that return TradeHistoryParamsSorted.OrderMethods in org.knowm.xchange.deribit.v2.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionvoid
DeribitTradeHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.lgo.service
Methods in org.knowm.xchange.lgo.service that return TradeHistoryParamsSorted.OrderMethods in org.knowm.xchange.lgo.service with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionprotected WithCursor<LgoUserTrades>
LgoTradeServiceRaw.getLastTrades
(CurrencyPair productId, Integer maxResults, String page, TradeHistoryParamsSorted.Order sort) void
LgoTradeHistoryParams.setOrder
(TradeHistoryParamsSorted.Order order) -
Uses of TradeHistoryParamsSorted.Order in org.knowm.xchange.service.trade.params
Methods in org.knowm.xchange.service.trade.params that return TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionDefaultTradeHistoryParamPagingSorted.getOrder()
TradeHistoryParamsSorted.getOrder()
Returns the enum constant of this type with the specified name.static TradeHistoryParamsSorted.Order[]
TradeHistoryParamsSorted.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.service.trade.params with parameters of type TradeHistoryParamsSorted.OrderModifier and TypeMethodDescriptionvoid
DefaultTradeHistoryParamPagingSorted.setOrder
(TradeHistoryParamsSorted.Order order) void
TradeHistoryParamsSorted.setOrder
(TradeHistoryParamsSorted.Order order) Constructors in org.knowm.xchange.service.trade.params with parameters of type TradeHistoryParamsSorted.OrderModifierConstructorDescriptionDefaultTradeHistoryParamPagingSorted
(Integer pageLength, TradeHistoryParamsSorted.Order order)