Class BitfinexTradeService.BitfinexTradeHistoryParams
- java.lang.Object
-
- org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
-
- org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
-
- All Implemented Interfaces:
CurrencyPairParam,TradeHistoryParamCurrencyPair,TradeHistoryParamLimit,TradeHistoryParams,TradeHistoryParamsSorted,TradeHistoryParamsTimeSpan
- Enclosing class:
- BitfinexTradeService
public static class BitfinexTradeService.BitfinexTradeHistoryParams extends DefaultTradeHistoryParamsTimeSpan implements TradeHistoryParamCurrencyPair, TradeHistoryParamLimit, TradeHistoryParamsSorted
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.knowm.xchange.service.trade.params.TradeHistoryParamsSorted
TradeHistoryParamsSorted.Order
-
-
Constructor Summary
Constructors Constructor Description BitfinexTradeHistoryParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyPairgetCurrencyPair()IntegergetLimit()TradeHistoryParamsSorted.OrdergetOrder()voidsetCurrencyPair(CurrencyPair pair)voidsetLimit(Integer limit)voidsetOrder(TradeHistoryParamsSorted.Order order)-
Methods inherited from class org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
getEndTime, getStartTime, setEndTime, setStartTime
-
-
-
-
Method Detail
-
getCurrencyPair
public CurrencyPair getCurrencyPair()
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
public void setCurrencyPair(CurrencyPair pair)
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
getLimit
public Integer getLimit()
- Specified by:
getLimitin interfaceTradeHistoryParamLimit
-
setLimit
public void setLimit(Integer limit)
- Specified by:
setLimitin interfaceTradeHistoryParamLimit
-
getOrder
public TradeHistoryParamsSorted.Order getOrder()
- Specified by:
getOrderin interfaceTradeHistoryParamsSorted
-
setOrder
public void setOrder(TradeHistoryParamsSorted.Order order)
- Specified by:
setOrderin interfaceTradeHistoryParamsSorted
-
-