io.contek.invoker.hbdminverse.api.common._Trade 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 _Trade {
public double amount;
public String direction;
public long id;
public double price;
public long ts;
public double quantity;
public double trade_turnover;
}