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

io.contek.invoker.binancefutures.api.common._Account Maven / Gradle / Ivy

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

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

@NotThreadSafe
public class _Account {

  public Boolean canDeposit;
  public Boolean canTrade;
  public Boolean canWithdraw;
  public Integer feeTier;
  public Double maxWithdrawAmount;
  public Double totalInitialMargin;
  public Double totalMaintMargin;
  public Double totalMarginBalance;
  public Double totalOpenOrderInitialMargin;
  public Double totalPositionInitialMargin;
  public Double totalUnrealizedProfit;
  public Double totalWalletBalance;
  public Long updateTime;
  public List<_AccountAsset> assets;
  public List<_AccountPosition> positions;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy