Class TheRockFundingHistoryParams
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
org.knowm.xchange.therock.service.TheRockFundingHistoryParams
- All Implemented Interfaces:
HistoryParamsFundingType
,TradeHistoryParamCurrency
,TradeHistoryParams
,TradeHistoryParamsTimeSpan
public class TheRockFundingHistoryParams extends DefaultTradeHistoryParamsTimeSpan implements TradeHistoryParamCurrency, HistoryParamsFundingType
-
Constructor Summary
Constructors Constructor Description TheRockFundingHistoryParams()
-
Method Summary
Modifier and Type Method Description Currency
getCurrency()
FundingRecord.Type
getType()
void
setCurrency(Currency currency)
void
setType(FundingRecord.Type type)
Methods inherited from class org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamsTimeSpan
getEndTime, getStartTime, setEndTime, setStartTime
-
Constructor Details
-
TheRockFundingHistoryParams
public TheRockFundingHistoryParams()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceHistoryParamsFundingType
-
setType
- Specified by:
setType
in interfaceHistoryParamsFundingType
-
getCurrency
- Specified by:
getCurrency
in interfaceTradeHistoryParamCurrency
-
setCurrency
- Specified by:
setCurrency
in interfaceTradeHistoryParamCurrency
-