Package org.knowm.xchange.ftx.dto.trade
Class FtxTriggerOpenOrdersParams
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxTriggerOpenOrdersParams
- All Implemented Interfaces:
CurrencyPairParam
,OpenOrdersParamCurrencyPair
,OpenOrdersParams
public class FtxTriggerOpenOrdersParams extends Object implements OpenOrdersParamCurrencyPair
-
Constructor Summary
Constructors Constructor Description FtxTriggerOpenOrdersParams(CurrencyPair currencyPair)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
void
setCurrencyPair(CurrencyPair pair)
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.OpenOrdersParamCurrencyPair
accept, accept
-
Constructor Details
-
FtxTriggerOpenOrdersParams
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceOpenOrdersParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceOpenOrdersParamCurrencyPair
-