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

io.contek.invoker.hbdminverse.api.common._Depth Maven / Gradle / Ivy

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

import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;

@NotThreadSafe
public class _Depth {

  public List<_DepthLevel> asks;
  public List<_DepthLevel> bids;
  public String ch;
  public long id;
  public long mrid;
  public long ts;
  public long version;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy