Class LatokenQueryOrderParams
java.lang.Object
org.knowm.xchange.latoken.service.LatokenQueryOrderParams
- All Implemented Interfaces:
CurrencyPairParam
,OrderQueryParamCurrencyPair
,OrderQueryParams
-
Constructor Summary
ConstructorsConstructorDescriptionLatokenQueryOrderParams
(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit) -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()
void
setCurrencyPair
(CurrencyPair currencyPair) void
void
setOrderId
(String orderId) Sets the orderIdvoid
setStatus
(LatokenOrderStatus status)
-
Constructor Details
-
LatokenQueryOrderParams
-
-
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
-