hjhan
6424b38001
fix(期权到期): checkEodPrice 前置校验改用债券感知统一取价方法
- trade_cashController.checkEodPrice 是前端'执行到期'按钮的前置 gate,
原用 EodPriceQueryService.TryGetEodPrice(仅查期货+股票两表),
债券标的(如 GLMS-20260715-0002 / 180011.IB)必然取不到价而报
'交易日{date}的结算价或收盘价未找到',挡在 tradeExpireConfirm 之前,
导致层1 对 tradeExpireInner/MultipleTradeExpireConfirm 的修复被绕过。
- 改为与层1 一致的 EodPriceQueryService.TryGetSettlementEodPrice
(债券走中债估值、期货/股票走原路径),三处到期取价口径统一。
2026-07-16 14:56:28 +08:00
..
2024-05-09 14:06:26 +08:00
2026-07-08 10:59:13 +08:00
2026-07-08 10:59:13 +08:00
2026-07-14 09:46:54 +08:00
2026-03-13 15:57:46 +08:00
2026-07-02 16:14:04 +08:00
2026-07-16 14:56:28 +08:00
2024-05-09 14:06:26 +08:00
2026-07-16 10:03:21 +08:00
2026-04-23 11:25:38 +08:00
2026-04-27 15:34:12 +08:00
2026-05-08 15:09:58 +08:00
2025-09-09 16:45:25 +08:00
2026-07-16 14:15:45 +08:00
2026-04-16 15:12:39 +08:00
2026-07-16 13:47:29 +08:00
2026-07-02 16:14:04 +08:00
2026-04-22 14:46:37 +08:00
2026-07-01 11:01:33 +08:00
2026-04-22 14:46:37 +08:00
2026-04-22 14:46:37 +08:00
2025-05-19 15:44:20 +08:00
2024-05-09 14:06:26 +08:00
2024-05-09 14:06:26 +08:00
2026-03-03 16:28:47 +08:00
2026-04-27 13:25:50 +08:00
2024-05-09 14:06:26 +08:00
2024-05-09 14:06:26 +08:00
2024-05-09 14:06:26 +08:00
2024-05-09 14:06:26 +08:00
2026-04-21 14:32:16 +08:00