📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 deletions
@@ -2,6 +2,8 @@
## `forExrateMidPrice(endt)`
声明:function
指定日汇率中间价,与系统参数(外汇代码)相关。
| 参数 | 类型 | 说明 |
@@ -19,6 +21,8 @@ return ForExrateMidPrice(20200420T);
## `forExrateMidPriceBegTEndT(begt, endt)`
声明:function
区间汇率数据,与系统参数(外汇代码)相关。
| 参数 | 类型 | 说明 |
@@ -39,6 +43,8 @@ return ForExrateMidPriceBegTEndT(begt,endt);
## `forExRateZf(begt, endt)`
声明:function
获取汇率区间收益率,与系统参数(外汇代码)相关。
| 参数 | 类型 | 说明 |
@@ -59,6 +65,8 @@ return ForExRateZf(BegT,EndT);
## `getCurrencyCodeBySecurityCode(stockid)`
声明:function
根据证券代码得到其币种代码。目前对照包括上交所、深交所、联交所股票。
| 参数 | 类型 | 说明 |