Administrator
2026-07-22 ac9982e44f1e7071c3a817a9b7677ad05d605be3
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
commitac9982e44f1e7071c3a817a9b7677ad05d605be3
tree 09a8479124cf9a4a37428c58c6aa21fa17a266c2 tree | zip | gz
parent e6e102b429677e5569338dad2c7d6a433049780c 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