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

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

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 - 2024 Weber Informatics LLC | Privacy Policy