From 1819eaee93e47888dad4e1be4e3c611576426581 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sat, 09 May 2026 16:59:12 +0800
Subject: [PATCH] refactor(gateApi): 优化网格交易价格队列添加逻辑
---
src/main/java/com/xcong/excoin/modules/gateApi/GateTradeExecutor.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/gateApi/GateTradeExecutor.java b/src/main/java/com/xcong/excoin/modules/gateApi/GateTradeExecutor.java
index 9dbe520..cb10f47 100644
--- a/src/main/java/com/xcong/excoin/modules/gateApi/GateTradeExecutor.java
+++ b/src/main/java/com/xcong/excoin/modules/gateApi/GateTradeExecutor.java
@@ -129,7 +129,7 @@
*
* @param triggerPrice 触发价格
* @param rule 触发规则(NUMBER_1: ≥ 触发价,NUMBER_2: ≤ 触发价)
- * @param orderType stop 类型(close-long-position / close-short-position)
+ * @param orderType stop 类型(plan-close-long-position / plan-close-short-position)
* @param size 平仓张数(正=平空,负=平多)
*/
public void placeTakeProfit(BigDecimal triggerPrice,
--
Gitblit v1.9.1