Package org.knowm.xchange.bitmex.service
Class BitmexTradeHistoryParams
java.lang.Object
org.knowm.xchange.bitmex.service.BitmexTradeHistoryParams
- All Implemented Interfaces:
TradeHistoryParamCurrency
,TradeHistoryParamLimit
,TradeHistoryParamOffset
,TradeHistoryParams
public class BitmexTradeHistoryParams
extends Object
implements TradeHistoryParamCurrency, TradeHistoryParamLimit, TradeHistoryParamOffset
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitmexTradeHistoryParams
public BitmexTradeHistoryParams()
-
-
Method Details
-
getCurrency
- Specified by:
getCurrency
in interfaceTradeHistoryParamCurrency
-
setCurrency
- Specified by:
setCurrency
in interfaceTradeHistoryParamCurrency
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-
getOffset
- Specified by:
getOffset
in interfaceTradeHistoryParamOffset
-
setOffset
- Specified by:
setOffset
in interfaceTradeHistoryParamOffset
-