io.contek.invoker.hbdminverse.api.common.constants.OffsetKeys 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.constants;
import javax.annotation.concurrent.Immutable;
@Immutable
public final class OffsetKeys {
public static final String _open = "open";
public static final String _close = "close";
private OffsetKeys() {}
}