Class MercadoBitcoinTradeService.MercadoTradeHistoryParams
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamCurrencyPair
org.knowm.xchange.mercadobitcoin.service.MercadoBitcoinTradeService.MercadoTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParams
,TradeHistoryParamsIdSpan
,TradeHistoryParamsTimeSpan
- Enclosing class:
MercadoBitcoinTradeService
public static class MercadoBitcoinTradeService.MercadoTradeHistoryParams
extends DefaultTradeHistoryParamCurrencyPair
implements TradeHistoryParamsIdSpan, TradeHistoryParamsTimeSpan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEndId()
void
void
setEndTime
(Date endTime) void
setStartId
(String startId) void
setStartTime
(Date startTime) Methods inherited from class org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamCurrencyPair
getCurrencyPair, setCurrencyPair
-
Constructor Details
-
MercadoTradeHistoryParams
-
-
Method Details
-
getStartId
- Specified by:
getStartId
in interfaceTradeHistoryParamsIdSpan
-
setStartId
- Specified by:
setStartId
in interfaceTradeHistoryParamsIdSpan
-
getEndId
- Specified by:
getEndId
in interfaceTradeHistoryParamsIdSpan
-
setEndId
- Specified by:
setEndId
in interfaceTradeHistoryParamsIdSpan
-
getStartTime
- Specified by:
getStartTime
in interfaceTradeHistoryParamsTimeSpan
-
setStartTime
- Specified by:
setStartTime
in interfaceTradeHistoryParamsTimeSpan
-
getEndTime
- Specified by:
getEndTime
in interfaceTradeHistoryParamsTimeSpan
-
setEndTime
- Specified by:
setEndTime
in interfaceTradeHistoryParamsTimeSpan
-