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

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

package io.contek.invoker.binancespot.api.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public class _BookTicker {

  public String symbol;
  public Double bidPrice;
  public Double bidQty;
  public Double askPrice;
  public Double askQty;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy