io.contek.invoker.hbdminverse.api.websocket.common.constants.WebSocketIncrementalEventKeys 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.websocket.common.constants;
import javax.annotation.concurrent.Immutable;
@Immutable
public final class WebSocketIncrementalEventKeys {
public static final String _init = "init";
public static final String _snapshot = "snapshot";
public static final String _update = "update";
private WebSocketIncrementalEventKeys() {}
}