Class CoinfloorOpenOrdersParams
java.lang.Object
org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- All Implemented Interfaces:
CurrencyPairParam,OpenOrdersParamCurrencyPair,OpenOrdersParamMultiCurrencyPair,OpenOrdersParams
public class CoinfloorOpenOrdersParams
extends Object
implements OpenOrdersParamMultiCurrencyPair, OpenOrdersParamCurrencyPair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(LimitOrder order) voidsetCurrencyPair(CurrencyPair value) voidsetCurrencyPairs(Collection<CurrencyPair> value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.trade.params.orders.OpenOrdersParamCurrencyPair
accept
-
Constructor Details
-
CoinfloorOpenOrdersParams
public CoinfloorOpenOrdersParams()
-
-
Method Details
-
getCurrencyPairs
- Specified by:
getCurrencyPairsin interfaceOpenOrdersParamMultiCurrencyPair
-
setCurrencyPairs
- Specified by:
setCurrencyPairsin interfaceOpenOrdersParamMultiCurrencyPair
-
getCurrencyPair
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceOpenOrdersParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceOpenOrdersParamCurrencyPair
-
accept
- Specified by:
acceptin interfaceOpenOrdersParamCurrencyPair- Specified by:
acceptin interfaceOpenOrdersParamMultiCurrencyPair- Specified by:
acceptin interfaceOpenOrdersParams
-