From 6b6a0304e846cc38b18b211af18307cf83a6aa51 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 03 Dec 2025 17:58:05 +0800
Subject: [PATCH] feat(okx): 实现OKX新价格WebSocket客户端
---
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
index 6b5924f..b0e342e 100644
--- a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
@@ -60,4 +60,9 @@
*盈亏难度系数
*/
private BigDecimal profitParam;
+
+ /**
+ * 手续费系数
+ */
+ private BigDecimal feeSpreadRatio;
}
--
Gitblit v1.9.1