Class BitfinexAccountService.BitfinexFundingHistoryParams
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- All Implemented Interfaces:
TradeHistoryParamCurrency,TradeHistoryParamLimit,TradeHistoryParams,TradeHistoryParamsTimeSpan
- Enclosing class:
- BitfinexAccountService
public static class BitfinexAccountService.BitfinexFundingHistoryParams extends DefaultTradeHistoryParamsTimeSpan implements TradeHistoryParamCurrency, TradeHistoryParamLimit
-
Constructor Summary
Constructors Constructor Description BitfinexFundingHistoryParams(Date startTime, Date endTime, Integer limit, Currency currency) -
Method Summary
Modifier and Type Method Description CurrencygetCurrency()IntegergetLimit()voidsetCurrency(Currency currency)voidsetLimit(Integer limit)Methods inherited from class org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
getEndTime, getStartTime, setEndTime, setStartTime
-
Constructor Details
-
BitfinexFundingHistoryParams
-
-
Method Details
-
getCurrency
- Specified by:
getCurrencyin interfaceTradeHistoryParamCurrency
-
setCurrency
- Specified by:
setCurrencyin interfaceTradeHistoryParamCurrency
-
getLimit
- Specified by:
getLimitin interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimitin interfaceTradeHistoryParamLimit
-