From 6e85d12eab8accba3dd6731d9273388bd7f8d68c Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Fri, 14 Nov 2025 18:26:25 +0800
Subject: [PATCH] 2
---
trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java | 51 ++++++++++++++++++++++++++++++++++-----------------
1 files changed, 34 insertions(+), 17 deletions(-)
diff --git a/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java b/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
index 0f1ecee..a5b0cc2 100644
--- a/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
+++ b/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
@@ -329,6 +329,14 @@
public final static String indices = "indices";
/**
+ * ETF暗池
+ */
+ public final static String indices_dark = "indices-dark";
+
+
+
+
+ /**
* 大宗商品
*/
public final static String commodities = "commodities";
@@ -342,6 +350,11 @@
* 美股
*/
public final static String US_STOCKS = "US-stocks";
+
+ /**
+ * 美股暗池
+ */
+ public final static String US_DARK = "US-dark";
/**
* 港股
@@ -557,24 +570,28 @@
public static Map<String, String> LANGUAGE = new HashMap<String, String>();
static {
- LANGUAGE.put("en", "英文");
- LANGUAGE.put("zh-CN", "简体中文");
- LANGUAGE.put("CN", "繁体中文");
- LANGUAGE.put("Japanese", "日文");
- LANGUAGE.put("Korean", "韩文");
- LANGUAGE.put("ru", "俄文");
- LANGUAGE.put("pt", "葡萄牙语");
- LANGUAGE.put("es", "西班牙语");
- LANGUAGE.put("th", "泰语");
- LANGUAGE.put("fr", "法语");
- LANGUAGE.put("vi", "越南语");
- LANGUAGE.put("ar", "阿拉伯语");
- LANGUAGE.put("my", "缅甸语");
- LANGUAGE.put("de", "德语");
+ LANGUAGE.put("de","德语");
+ LANGUAGE.put("en","英语");
+ LANGUAGE.put("es","西班牙语");
+ LANGUAGE.put("fr","法语");
LANGUAGE.put("Italy","意大利语");
- LANGUAGE.put("Turkish","土耳其语");
- LANGUAGE.put("Romanian","罗马尼亚语");
- LANGUAGE.put("Greek","希腊语");
+ LANGUAGE.put("Japanese","日语");
+ LANGUAGE.put("Korean","韩语");
+ LANGUAGE.put("pt","葡萄牙语");
+ LANGUAGE.put("vi","越南语");
+ LANGUAGE.put("CN","繁体中文");
+ LANGUAGE.put("zh-CN","简体中文");
+ LANGUAGE.put("gr","希腊语");
+ LANGUAGE.put("th","泰语");
+ LANGUAGE.put("ga","爱尔兰语");
+ LANGUAGE.put("nl","荷兰语");
+ LANGUAGE.put("sv","瑞典语");
+ LANGUAGE.put("da","丹麦语");
+ LANGUAGE.put("no","挪威语");
+ LANGUAGE.put("fi","芬兰语");
+ LANGUAGE.put("ro","罗马尼亚语");
+ LANGUAGE.put("lb","卢森堡语");
+
}
/**
--
Gitblit v1.9.3