![JAR search and dependency download from the Maven repository](/logo.png)
io.contek.invoker.hbdminverse.api.websocket.common.notification.NotificationWebSocketDataMessage 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.notification;
import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;
@NotThreadSafe
public abstract class NotificationWebSocketDataMessage
extends NotificationWebSocketChannelMessage {
public List data;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy