Class BinanceTradeHistoryParams
java.lang.Object
org.knowm.xchange.binance.dto.trade.BinanceTradeHistoryParams
- All Implemented Interfaces:
InstrumentParam,TradeHistoryParamInstrument,TradeHistoryParamLimit,TradeHistoryParams,TradeHistoryParamsIdSpan,TradeHistoryParamsTimeSpan
public class BinanceTradeHistoryParams
extends Object
implements TradeHistoryParamInstrument, TradeHistoryParamLimit, TradeHistoryParamsIdSpan, TradeHistoryParamsTimeSpan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndId()getLimit()voidvoidsetEndTime(Date endTime) voidsetInstrument(Instrument instrument) voidvoidsetStartId(String startId) voidsetStartTime(Date startTime)
-
Constructor Details
-
BinanceTradeHistoryParams
-
BinanceTradeHistoryParams
public BinanceTradeHistoryParams()
-
-
Method Details
-
getInstrument
- Specified by:
getInstrumentin interfaceInstrumentParam
-
setInstrument
- Specified by:
setInstrumentin interfaceInstrumentParam
-
getLimit
- Specified by:
getLimitin interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimitin interfaceTradeHistoryParamLimit
-
getStartId
- Specified by:
getStartIdin interfaceTradeHistoryParamsIdSpan
-
setStartId
- Specified by:
setStartIdin interfaceTradeHistoryParamsIdSpan
-
getEndId
- Specified by:
getEndIdin interfaceTradeHistoryParamsIdSpan
-
setEndId
- Specified by:
setEndIdin interfaceTradeHistoryParamsIdSpan
-
getStartTime
- Specified by:
getStartTimein interfaceTradeHistoryParamsTimeSpan
-
setStartTime
- Specified by:
setStartTimein interfaceTradeHistoryParamsTimeSpan
-
getEndTime
- Specified by:
getEndTimein interfaceTradeHistoryParamsTimeSpan
-
setEndTime
- Specified by:
setEndTimein interfaceTradeHistoryParamsTimeSpan
-