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
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
-
Constructor Details
-
BitfinexTradeHistoryParams
public BitfinexTradeHistoryParams()
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
getLimit
- Specified by:
getLimitin interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimitin interfaceTradeHistoryParamLimit
-
getOrder
- Specified by:
getOrderin interfaceTradeHistoryParamsSorted
-
setOrder
- Specified by:
setOrderin interfaceTradeHistoryParamsSorted
-