io.contek.invoker.hbdminverse.api.websocket.common.notification.NotificationWebSocketAuthRequest 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;
@NotThreadSafe
public final class NotificationWebSocketAuthRequest extends NotificationWebSocketRequest {
public String type;
public String AccessKeyId;
public String SignatureMethod;
public String SignatureVersion;
public String Timestamp;
public String Signature;
}