Class HitbtcFundingHistoryParams
java.lang.Object
org.knowm.xchange.hitbtc.v2.service.HitbtcFundingHistoryParams
- All Implemented Interfaces:
TradeHistoryParamCurrency
,TradeHistoryParamLimit
,TradeHistoryParamOffset
,TradeHistoryParams
public class HitbtcFundingHistoryParams extends Object implements TradeHistoryParamCurrency, TradeHistoryParamOffset, TradeHistoryParamLimit
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HitbtcFundingHistoryParams.Builder
-
Constructor Summary
Constructors Constructor Description HitbtcFundingHistoryParams()
-
Method Summary
Modifier and Type Method Description static HitbtcFundingHistoryParams.Builder
builder()
Currency
getCurrency()
Integer
getLimit()
Long
getOffset()
void
setCurrency(Currency currency)
void
setLimit(Integer limit)
void
setOffset(Long offset)
-
Constructor Details
-
HitbtcFundingHistoryParams
public HitbtcFundingHistoryParams()
-
-
Method Details
-
builder
-
getCurrency
- Specified by:
getCurrency
in interfaceTradeHistoryParamCurrency
-
setCurrency
- Specified by:
setCurrency
in interfaceTradeHistoryParamCurrency
-
getOffset
- Specified by:
getOffset
in interfaceTradeHistoryParamOffset
-
setOffset
- Specified by:
setOffset
in interfaceTradeHistoryParamOffset
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-