![JAR search and dependency download from the Maven repository](/logo.png)
io.contek.invoker.hbdminverse.api.common._LiquidationOrder 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 _LiquidationOrder {
public String contract_code;
public String symbol;
public String direction;
public String offset;
public double volume;
public long created_at;
public double amount;
public double trade_turnover;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy