Class LatokenTradeHistoryParams
java.lang.Object
org.knowm.xchange.latoken.service.LatokenTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParamLimit
,TradeHistoryParams
public class LatokenTradeHistoryParams extends Object implements TradeHistoryParamCurrencyPair, TradeHistoryParamLimit
-
Constructor Summary
Constructors Constructor Description LatokenTradeHistoryParams()
LatokenTradeHistoryParams(CurrencyPair currencyPair)
LatokenTradeHistoryParams(CurrencyPair currencyPair, Integer limit)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
Integer
getLimit()
void
setCurrencyPair(CurrencyPair currencyPair)
void
setLimit(Integer limit)
-
Constructor Details
-
LatokenTradeHistoryParams
public LatokenTradeHistoryParams() -
LatokenTradeHistoryParams
-
LatokenTradeHistoryParams
-
-
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
-