Class LatokenQueryOrderParams
java.lang.Object
org.knowm.xchange.latoken.service.LatokenQueryOrderParams
- All Implemented Interfaces:
CurrencyPairParam
,OrderQueryParamCurrencyPair
,OrderQueryParams
public class LatokenQueryOrderParams extends Object implements OrderQueryParamCurrencyPair
-
Constructor Summary
Constructors Constructor Description LatokenQueryOrderParams(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
Integer
getLimit()
String
getOrderId()
LatokenOrderStatus
getStatus()
void
setCurrencyPair(CurrencyPair currencyPair)
void
setLimit(Integer limit)
void
setOrderId(String orderId)
Sets the orderIdvoid
setStatus(LatokenOrderStatus status)
-
Constructor Details
-
LatokenQueryOrderParams
public LatokenQueryOrderParams(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit)
-
-
Method Details
-
getOrderId
- Specified by:
getOrderId
in interfaceOrderQueryParams
-
setOrderId
Description copied from interface:OrderQueryParams
Sets the orderId- Specified by:
setOrderId
in interfaceOrderQueryParams
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceOrderQueryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceOrderQueryParamCurrencyPair
-
getStatus
-
setStatus
-
getLimit
-
setLimit
-