Package org.knowm.xchange.huobi.service
Class HuobiFundingHistoryParams
java.lang.Object
org.knowm.xchange.huobi.service.HuobiFundingHistoryParams
- All Implemented Interfaces:
HistoryParamsFundingType
,TradeHistoryParamCurrency
,TradeHistoryParams
,TradeHistoryParamsIdSpan
public class HuobiFundingHistoryParams extends Object implements TradeHistoryParamCurrency, HistoryParamsFundingType, TradeHistoryParamsIdSpan
-
Constructor Summary
Constructors Constructor Description HuobiFundingHistoryParams(String from, Currency currency, FundingRecord.Type type)
-
Method Summary
Modifier and Type Method Description Currency
getCurrency()
String
getEndId()
String
getStartId()
FundingRecord.Type
getType()
void
setCurrency(Currency currency)
void
setEndId(String endId)
void
setStartId(String startId)
void
setType(FundingRecord.Type type)
-
Constructor Details
-
HuobiFundingHistoryParams
-
-
Method Details
-
getCurrency
- Specified by:
getCurrency
in interfaceTradeHistoryParamCurrency
-
setCurrency
- Specified by:
setCurrency
in interfaceTradeHistoryParamCurrency
-
getType
- Specified by:
getType
in interfaceHistoryParamsFundingType
-
setType
- Specified by:
setType
in interfaceHistoryParamsFundingType
-
getStartId
- Specified by:
getStartId
in interfaceTradeHistoryParamsIdSpan
-
setStartId
- Specified by:
setStartId
in interfaceTradeHistoryParamsIdSpan
-
getEndId
- Specified by:
getEndId
in interfaceTradeHistoryParamsIdSpan
-
setEndId
- Specified by:
setEndId
in interfaceTradeHistoryParamsIdSpan
-