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
-
Method Summary
Modifier and TypeMethodDescriptiongetLimit()
getOrder()
void
setCurrencyPair
(CurrencyPair pair) void
void
setNextPageCursor
(String cursor) void
-
Constructor Details
-
LgoTradeHistoryParams
public LgoTradeHistoryParams()
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-
getNextPageCursor
- Specified by:
getNextPageCursor
in interfaceTradeHistoryParamNextPageCursor
-
setNextPageCursor
- Specified by:
setNextPageCursor
in interfaceTradeHistoryParamNextPageCursor
-
getOrder
- Specified by:
getOrder
in interfaceTradeHistoryParamsSorted
-
setOrder
- Specified by:
setOrder
in interfaceTradeHistoryParamsSorted
-