Package org.knowm.xchange.lgo.service
Class LgoTradeHistoryParams
java.lang.Object
org.knowm.xchange.lgo.service.LgoTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam,TradeHistoryParamCurrencyPair,TradeHistoryParamLimit,TradeHistoryParamNextPageCursor,TradeHistoryParams,TradeHistoryParamsSorted
public class LgoTradeHistoryParams
extends Object
implements TradeHistoryParams, TradeHistoryParamCurrencyPair, TradeHistoryParamLimit, TradeHistoryParamNextPageCursor, TradeHistoryParamsSorted
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.knowm.xchange.service.trade.params.TradeHistoryParamsSorted
TradeHistoryParamsSorted.Order -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()getOrder()voidsetCurrencyPair(CurrencyPair pair) voidvoidsetNextPageCursor(String cursor) void
-
Constructor Details
-
LgoTradeHistoryParams
public LgoTradeHistoryParams()
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
getLimit
- Specified by:
getLimitin interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimitin interfaceTradeHistoryParamLimit
-
getNextPageCursor
- Specified by:
getNextPageCursorin interfaceTradeHistoryParamNextPageCursor
-
setNextPageCursor
- Specified by:
setNextPageCursorin interfaceTradeHistoryParamNextPageCursor
-
getOrder
- Specified by:
getOrderin interfaceTradeHistoryParamsSorted
-
setOrder
- Specified by:
setOrderin interfaceTradeHistoryParamsSorted
-