From e20956bdfe032124cfa6a61abc78b16bf281bc56 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 09 Dec 2025 15:55:59 +0800
Subject: [PATCH] refactor(logging): 优化开仓和平仓队列的日志打印格式

---
 src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/enums/OrderParamEnums.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/enums/OrderParamEnums.java b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/enums/OrderParamEnums.java
index da2c52f..b261051 100644
--- a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/enums/OrderParamEnums.java
+++ b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/enums/OrderParamEnums.java
@@ -29,6 +29,8 @@
 
     LEVERAGE("杠杆倍数", "100"),
 
+    PING_CANG_SHOUYI("平仓收益比例", "0.2"),
+
     EVERY_TIME_USDT("总下单次数", "20"),
     //下单的总保障金为账户总金额cashBal * TOTAL_ORDER_USDT用来做保证金
     TOTAL_ORDER_USDT("下单的总金额比例", "0.5"),

--
Gitblit v1.9.1