Uses of Enum
org.knowm.xchange.dto.marketdata.Trades.TradeSortType
Packages that use Trades.TradeSortType
Package
Description
-
Uses of Trades.TradeSortType in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 with parameters of type Trades.TradeSortTypeModifier and TypeMethodDescriptionstatic UserTrades
BitcoindeAdapters.adaptTradeHistory
(BitcoindeMyTradesWrapper bitcoindeMyTradesWrapper, Trades.TradeSortType sortType) Adapt a BitcoindeMyTradesWrapper into a list of trades. -
Uses of Trades.TradeSortType in org.knowm.xchange.dto.marketdata
Methods in org.knowm.xchange.dto.marketdata that return Trades.TradeSortTypeModifier and TypeMethodDescriptionTrades.getTradeSortType()
static Trades.TradeSortType
Returns the enum constant of this type with the specified name.static Trades.TradeSortType[]
Trades.TradeSortType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.dto.marketdata with parameters of type Trades.TradeSortTypeModifierConstructorDescriptionTrades
(List<Trade> trades, long lastID, Trades.TradeSortType tradeSortType) ConstructorTrades
(List<Trade> trades, long lastID, Trades.TradeSortType tradeSortType, String nextPageCursor) ConstructorTrades
(List<Trade> trades, Trades.TradeSortType tradeSortType) Constructor -
Uses of Trades.TradeSortType in org.knowm.xchange.dto.trade
Constructors in org.knowm.xchange.dto.trade with parameters of type Trades.TradeSortTypeModifierConstructorDescriptionUserTrades
(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType) UserTrades
(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType, String nextPageCursor) UserTrades
(List<UserTrade> trades, Trades.TradeSortType tradeSortType)