org.knowm.xchange.bl3p.dto.trade.Bl3pCancelOrder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-bl3p Show documentation
Show all versions of xchange-bl3p Show documentation
XChange implementation for the Bl3p Exchange
package org.knowm.xchange.bl3p.dto.trade;
import org.knowm.xchange.bl3p.dto.Bl3pResult;
public class Bl3pCancelOrder extends Bl3pResult {
public static class Bl3pCancelOrderData {
// No response
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy