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 CurrencyPair
getCurrencyPair()
Integer
getLimit()
TradeHistoryParamsSorted.Order
getOrder()
void
setCurrencyPair(CurrencyPair pair)
void
setLimit(Integer limit)
void
setOrder(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:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-
getOrder
- Specified by:
getOrder
in interfaceTradeHistoryParamsSorted
-
setOrder
- Specified by:
setOrder
in interfaceTradeHistoryParamsSorted
-