Administrator
9 days ago cfa95932813c1497195384df19f23913007fcd1a
refs
author Administrator <15274802129@163.com>
Wednesday, July 22, 2026 15:54 +0800
committer Administrator <15274802129@163.com>
Wednesday, July 22, 2026 15:56 +0800
commitcfa95932813c1497195384df19f23913007fcd1a
tree 7c352e8277ea063a6a9e6850073ac94b223538cc tree | zip | gz
parent 5f433d543f4526a3a45af9d7a7134a0566e2461a view | diff
feat(gate-config): 添加价格驱动开关配置功能

- 在前端配置页面添加价格驱动开关下拉选择框
- 更新 GateConfig 类添加 priceDriveEnabled 字段及构建器方法
- 更新 GateConfigDTO 添加价格驱动开关字段映射
- 在持久化服务中处理价格驱动开关的默认值逻辑
- 修改网格交易服务中根据价格驱动开关控制 K 线推送逻辑
- 为 WebSocket 客户端管理器设置默认启用价格驱动开关
6 files modified
23 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateConfig.java 9 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateConfigDTO.java 3 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateConfigPersistenceService.java 1 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java 2 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java 1 ●●●● diff | view | raw | blame | history
src/main/resources/static/gate-config.html 7 ●●●● diff | view | raw | blame | history