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

org.knowm.xchange.tradeogre.dto.trade.TradeOgreOrder Maven / Gradle / Ivy

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