org.knowm.xchange.bl3p.dto.trade.Bl3pNewOrder 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
The newest version!
package org.knowm.xchange.bl3p.dto.trade;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.knowm.xchange.bl3p.dto.Bl3pResult;
public class Bl3pNewOrder extends Bl3pResult {
public static class Bl3pMarketOrderData {
@JsonProperty("order_id")
private int orderId;
public int getOrderId() {
return this.orderId;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy