feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,7 +4,9 @@
声明:function
指定日汇率中间价,与系统参数(外汇代码)相关
返回指定日汇率中间价,与系统参数(外汇代码)相关
<!-- tags: 金融 外汇 汇率 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | --------- | ------------------ |
@@ -29,7 +31,9 @@ return ForExrateMidPrice(20200420T);
声明:function
区间汇率数据,与系统参数(外汇代码)相关
返回区间汇率数据,与系统参数(外汇代码)相关
<!-- tags: 金融 外汇 汇率 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------ | --------- | ------------------ |
@@ -60,6 +64,8 @@ return ForExrateMidPriceBegTEndT(begt, endt);
获取汇率区间收益率,与系统参数(外汇代码)相关
<!-- tags: 金融 外汇 汇率 获取 查询 -->
| 参数 | 类型 | 说明 |
| ------ | --------- | ------------------ |
| `begt` | tdatetime | 日期类型,开始日期 |
@@ -90,6 +96,8 @@ return ForExRateZf(BegT, EndT);
根据证券代码得到其币种代码。目前对照包括上交所、深交所、联交所股票
<!-- tags: 金融 外汇 汇率 获取 查询 -->
| 参数 | 类型 | 说明 |
| --------- | ------ | ---------------- |
| `stockid` | string | 字符串,证券代码 |