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 Constructor Description LgoTradeHistoryParams()
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
Integer
getLimit()
String
getNextPageCursor()
TradeHistoryParamsSorted.Order
getOrder()
void
setCurrencyPair(CurrencyPair pair)
void
setLimit(Integer limit)
void
setNextPageCursor(String cursor)
void
setOrder(TradeHistoryParamsSorted.Order order)
-
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
-