Class BittrexTradeHistoryParams
java.lang.Object
org.knowm.xchange.bittrex.service.BittrexTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParams
,TradeHistoryParamsTimeSpan
public class BittrexTradeHistoryParams extends Object implements TradeHistoryParams, TradeHistoryParamCurrencyPair, TradeHistoryParamsTimeSpan
-
Constructor Summary
Constructors Constructor Description BittrexTradeHistoryParams()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.knowm.xchange.service.trade.params.TradeHistoryParamCurrencyPair
getCurrencyPair, setCurrencyPair
Methods inherited from interface org.knowm.xchange.service.trade.params.TradeHistoryParamsTimeSpan
getEndTime, getStartTime, setEndTime, setStartTime
-
Constructor Details
-
BittrexTradeHistoryParams
public BittrexTradeHistoryParams()
-