Package org.knowm.xchange.therock.dto
Class TheRockCancelOrderParams
- java.lang.Object
-
- org.knowm.xchange.therock.dto.TheRockCancelOrderParams
-
- All Implemented Interfaces:
CancelOrderByCurrencyPair
,CancelOrderByIdParams
,CancelOrderParams
public class TheRockCancelOrderParams extends Object implements CancelOrderByIdParams, CancelOrderByCurrencyPair
-
-
Field Summary
Fields Modifier and Type Field Description CurrencyPair
currencyPair
Long
orderId
-
Constructor Summary
Constructors Constructor Description TheRockCancelOrderParams(CurrencyPair currencyPair, Long orderId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyPair
getCurrencyPair()
String
getOrderId()
-
-
-
Field Detail
-
currencyPair
public final CurrencyPair currencyPair
-
orderId
public final Long orderId
-
-
Constructor Detail
-
TheRockCancelOrderParams
public TheRockCancelOrderParams(CurrencyPair currencyPair, Long orderId)
-
-
Method Detail
-
getCurrencyPair
public CurrencyPair getCurrencyPair()
- Specified by:
getCurrencyPair
in interfaceCancelOrderByCurrencyPair
-
getOrderId
public String getOrderId()
- Specified by:
getOrderId
in interfaceCancelOrderByIdParams
-
-