Class DefaultQueryOrderParamCurrencyPair
java.lang.Object
org.knowm.xchange.service.trade.params.orders.DefaultQueryOrderParam
org.knowm.xchange.service.trade.params.orders.DefaultQueryOrderParamCurrencyPair
- All Implemented Interfaces:
CurrencyPairParam
,OrderQueryParamCurrencyPair
,OrderQueryParams
public class DefaultQueryOrderParamCurrencyPair extends DefaultQueryOrderParam implements OrderQueryParamCurrencyPair
-
Constructor Summary
Constructors Constructor Description DefaultQueryOrderParamCurrencyPair()
DefaultQueryOrderParamCurrencyPair(CurrencyPair pair, String orderId)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
void
setCurrencyPair(CurrencyPair currencyPair)
Methods inherited from class org.knowm.xchange.service.trade.params.orders.DefaultQueryOrderParam
getOrderId, setOrderId
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.orders.OrderQueryParams
getOrderId, setOrderId
-
Constructor Details
-
DefaultQueryOrderParamCurrencyPair
public DefaultQueryOrderParamCurrencyPair() -
DefaultQueryOrderParamCurrencyPair
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceOrderQueryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceOrderQueryParamCurrencyPair
-