Package org.knowm.xchange.cexio.service
Class CexIOTradeServiceRaw.CexIOTradeHistoryParams
java.lang.Object
org.knowm.xchange.cexio.service.CexIOTradeServiceRaw.CexIOTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParamLimit
,TradeHistoryParams
,TradeHistoryParamsTimeSpan
- Enclosing class:
- CexIOTradeServiceRaw
public static class CexIOTradeServiceRaw.CexIOTradeHistoryParams extends Object implements TradeHistoryParams, TradeHistoryParamCurrencyPair, TradeHistoryParamsTimeSpan, TradeHistoryParamLimit
-
Constructor Summary
Constructors Constructor Description CexIOTradeHistoryParams(CurrencyPair currencyPair)
CexIOTradeHistoryParams(CurrencyPair currencyPair, Integer limit, Long dateFrom, Long dateTo, Long lastTxDateFrom, Long lastTxDateTo, String status)
CexIOTradeHistoryParams(CurrencyPair currencyPair, Integer limit, Date dateFrom, Date dateTo, Date lastTxDateFrom, Date lastTxDateTo, String status)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
Date
getEndTime()
Integer
getLimit()
Date
getStartTime()
void
setCurrencyPair(CurrencyPair currencyPair)
void
setEndTime(Date endTime)
void
setLimit(Integer limit)
void
setStartTime(Date startTime)
-
Constructor Details
-
CexIOTradeHistoryParams
-
CexIOTradeHistoryParams
-
CexIOTradeHistoryParams
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
getStartTime
- Specified by:
getStartTime
in interfaceTradeHistoryParamsTimeSpan
-
setStartTime
- Specified by:
setStartTime
in interfaceTradeHistoryParamsTimeSpan
-
getEndTime
- Specified by:
getEndTime
in interfaceTradeHistoryParamsTimeSpan
-
setEndTime
- Specified by:
setEndTime
in interfaceTradeHistoryParamsTimeSpan
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-