Interface CancelOrderByIdAndCurrencyPair
-
- All Superinterfaces:
CancelOrderParams
public interface CancelOrderByIdAndCurrencyPair extends CancelOrderParams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencyPairgetCurrencyPair()StringgetId()
-
-
-
Method Detail
-
getCurrencyPair
CurrencyPair getCurrencyPair()
-
getId
String getId()
-
-