![JAR search and dependency download from the Maven repository](/logo.png)
io.contek.invoker.hbdminverse.api.common._PositionInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of invoker-hbdminverse-api Show documentation
Show all versions of invoker-hbdminverse-api Show documentation
Huobi Derivative Inverse Java API
package io.contek.invoker.hbdminverse.api.common;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public class _PositionInfo {
public String symbol;
public String contract_code;
public double volume;
public double available;
public double frozen;
public Double cost_open;
public Double cost_hold;
public double profit_unreal;
public double profit_rate;
public int lever_rate;
public double position_margin;
public String direction;
public double profit;
public Double last_price;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy