io.contek.invoker.hbdmlinear.api.rest.common.ResponseWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of invoker-hbdmlinear-api Show documentation
Show all versions of invoker-hbdmlinear-api Show documentation
Huobi Derivative Linear Java API
package io.contek.invoker.hbdmlinear.api.rest.common;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public abstract class ResponseWrapper {
public Integer err_code;
public String err_msg;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy