Package org.knowm.xchange.dto.trade
Class UserTrades
- java.lang.Object
-
- org.knowm.xchange.dto.marketdata.Trades
-
- org.knowm.xchange.dto.trade.UserTrades
-
- All Implemented Interfaces:
Serializable
public class UserTrades extends Trades
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchange.dto.marketdata.Trades
Trades.TradeIDComparator, Trades.TradeSortType, Trades.TradeTimestampComparator
-
-
Constructor Summary
Constructors Constructor Description UserTrades(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserTrade>
getUserTrades()
-
Methods inherited from class org.knowm.xchange.dto.marketdata.Trades
getlastID, getNextPageCursor, getTrades, getTradeSortType, toString
-
-
-
-
Constructor Detail
-
UserTrades
public UserTrades(List<UserTrade> trades, Trades.TradeSortType tradeSortType)
-
UserTrades
public UserTrades(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType)
-
UserTrades
public UserTrades(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType, String nextPageCursor)
-
-