Class BinanceQueryOrderParams
java.lang.Object
org.knowm.xchange.binance.service.BinanceQueryOrderParams
- All Implemented Interfaces:
CurrencyPairParam,OrderQueryParamCurrencyPair,OrderQueryParams
public class BinanceQueryOrderParams extends Object implements OrderQueryParamCurrencyPair
-
Constructor Summary
Constructors Constructor Description BinanceQueryOrderParams()BinanceQueryOrderParams(CurrencyPair pair, String orderId) -
Method Summary
Modifier and Type Method Description CurrencyPairgetCurrencyPair()StringgetOrderId()voidsetCurrencyPair(CurrencyPair pair)voidsetOrderId(String orderId)
-
Constructor Details
-
BinanceQueryOrderParams
public BinanceQueryOrderParams() -
BinanceQueryOrderParams
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceOrderQueryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceOrderQueryParamCurrencyPair
-
getOrderId
- Specified by:
getOrderIdin interfaceOrderQueryParams
-
setOrderId
- Specified by:
setOrderIdin interfaceOrderQueryParams
-