com.moomoo.openapi.ConnStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moomoo-api Show documentation
Show all versions of moomoo-api Show documentation
Moomoo OpenAPI quantitative transaction interface for Java.
The newest version!
package com.moomoo.openapi;
public enum ConnStatus {
START,
CONNECTING,
CONNECTED,
READY,
CLOSED
}