Package org.knowm.xchange.bibox.service
Class BiboxAccountService.BiboxFundingHistoryParams
java.lang.Object
org.knowm.xchange.bibox.service.BiboxAccountService.BiboxFundingHistoryParams
- All Implemented Interfaces:
HistoryParamsFundingType
,TradeHistoryParamCurrency
,TradeHistoryParams
- Enclosing class:
- BiboxAccountService
public static class BiboxAccountService.BiboxFundingHistoryParams extends Object implements TradeHistoryParamCurrency, HistoryParamsFundingType
-
Constructor Summary
Constructors Constructor Description BiboxFundingHistoryParams()
-
Method Summary
Modifier and Type Method Description Currency
getCurrency()
FundingRecord.Type
getType()
void
setCurrency(Currency currency)
void
setType(FundingRecord.Type type)
-
Constructor Details
-
BiboxFundingHistoryParams
public BiboxFundingHistoryParams()
-
-
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
-