io.contek.invoker.hbdminverse.api.common._OrderIdentifier 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 _OrderIdentifier {
public long order_id;
public String order_id_str;
public Long client_order_id;
}