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

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

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

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public class _AccountBalance {

  public String asset;
  public String free;
  public String locked;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy