Package | Description |
---|---|
com.xeiam.xchange.dto.marketdata | |
com.xeiam.xchange.dto.trade |
Modifier and Type | Method and Description |
---|---|
Trades.TradeSortType |
Trades.getTradeSortType() |
static Trades.TradeSortType |
Trades.TradeSortType.valueOf(String name)
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.
|
Constructor and Description |
---|
Trades(List<Trade> trades,
long lastID,
Trades.TradeSortType tradeSortType)
Constructor
|
Trades(List<Trade> trades,
Trades.TradeSortType tradeSortType)
Constructor
|
Constructor and Description |
---|
UserTrades(List<UserTrade> trades,
long lastID,
Trades.TradeSortType tradeSortType) |
UserTrades(List<UserTrade> trades,
Trades.TradeSortType tradeSortType) |
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.