Class DefaultTradeHistoryParamCurrencyPair
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamCurrencyPair
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParams
- Direct Known Subclasses:
MercadoBitcoinTradeService.MercadoTradeHistoryParams
public class DefaultTradeHistoryParamCurrencyPair extends Object implements TradeHistoryParamCurrencyPair
-
Constructor Summary
Constructors Constructor Description DefaultTradeHistoryParamCurrencyPair()
DefaultTradeHistoryParamCurrencyPair(CurrencyPair pair)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
void
setCurrencyPair(CurrencyPair pair)
-
Constructor Details
-
DefaultTradeHistoryParamCurrencyPair
public DefaultTradeHistoryParamCurrencyPair() -
DefaultTradeHistoryParamCurrencyPair
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-