fix(newPrice): 更新OKX WebSocket URL为公共端点
- 将模拟盘WebSocket URL从私有端点更改为公共端点
- 将实盘WebSocket URL从私有端点更改为公共端点
| | |
| | | } |
| | | sharedExecutor.shutdownNow(); |
| | | } |
| | | private static final String WS_URL_MONIPAN = "wss://wspap.okx.com:8443/ws/v5/private"; |
| | | private static final String WS_URL_SHIPAN = "wss://ws.okx.com:8443/ws/v5/private"; |
| | | private static final String WS_URL_MONIPAN = "wss://wspap.okx.com:8443/ws/v5/public"; |
| | | private static final String WS_URL_SHIPAN = "wss://ws.okx.com:8443/ws/v5/public"; |
| | | private static final boolean isAccountType = true; |
| | | |
| | | /** |