All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.bitcoinde.v4.service.BitcoindeCancelOrderByIdAndCurrencyPair Maven / Gradle / Ivy

package org.knowm.xchange.bitcoinde.v4.service;

import org.knowm.xchange.currency.CurrencyPair;
import org.knowm.xchange.service.trade.params.CancelOrderParams;

public interface BitcoindeCancelOrderByIdAndCurrencyPair extends CancelOrderParams {

  CurrencyPair getCurrencyPair();

  String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy