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

io.contek.invoker.binancespot.api.common._Trade Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.binancespot.api.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public class _Trade {

  public Long id;
  public Double price;
  public Double qty;
  public Long time;
  public Boolean isBuyerMaker;
  public Boolean isBestMatch;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy