Administrator
2026-08-12 05ae4803e159e3b855e381b49d6c988cef151592
refs
author Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:13 +0800
committer Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:20 +0800
commit05ae4803e159e3b855e381b49d6c988cef151592
tree 7dc0f74094d5554049a18e0b019dd2ba8afe2188 tree | zip | gz
parent 3d867b4b5ef09625ff7b7d616404fda75518e36d view | diff
feat(gate): 添加超额止盈功能配置选项

- 在前端配置界面增加超额止盈开关选择器
- 在后端配置类中添加 placeExcessTakeProfit 属性及相关构建器方法
- 实现超额止盈功能的条件判断逻辑
- 新增 placeExcessTakeProfit 方法处理超出基础仓位的止盈挂单
- 更新配置持久化服务以支持新功能开关
- 添加详细的超额止盈功能实现注释说明
5 files modified
88 ■■■■■ 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 68 ●●●●● diff | view | raw | blame | history
src/main/resources/static/gate-config.html 7 ●●●● diff | view | raw | blame | history