org.knowm.xchange.tradeogre.dto.trade.TradeOgreOrder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-tradeogre Show documentation
Show all versions of xchange-tradeogre Show documentation
XChange implementation for the TradeOgre Exchange
The newest version!
package org.knowm.xchange.tradeogre.dto.trade;
import java.math.BigDecimal;
import lombok.Data;
@Data
public class TradeOgreOrder {
public String uuid;
public long date;
public String type;
public BigDecimal price;
public BigDecimal quantity;
public String market;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy