Interface TradeHistoryParamsSorted
-
- All Superinterfaces:
TradeHistoryParams
- All Known Implementing Classes:
BitfinexTradeService.BitfinexTradeHistoryParams
,BitstampTradeHistoryParams
,CoinfloorTradeHistoryParams
,CoinmateAccountService.CoinmateFundingHistoryParams
,CoinmateTradeService.CoinmateTradeHistoryHistoryParams
,CoinsuperTradeHistoryParams
,DefaultTradeHistoryParamPagingSorted
,EXXTradeHistoryParams
,LgoTradeHistoryParams
public interface TradeHistoryParamsSorted extends TradeHistoryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TradeHistoryParamsSorted.Order
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TradeHistoryParamsSorted.Order
getOrder()
void
setOrder(TradeHistoryParamsSorted.Order order)
-
-
-
Method Detail
-
getOrder
TradeHistoryParamsSorted.Order getOrder()
-
setOrder
void setOrder(TradeHistoryParamsSorted.Order order)
-
-