新版仿ok交易所-后端
yml
zyy
2026-03-19 747ffc0ef727eceb0a25abee7768386095436801
1
2
3
4
5
package com.yami.trading.huobi.data.websocket.constant.enums;
 
public enum ConnectionStateEnum {
    IDLE, DELAY_CONNECT, CONNECTED, CLOSED_ON_ERROR
}