feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 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
根据证券代码得到其币种代码。目前对照包括上交所、深交所、联交所股票。
| 参数 | 类型 | 说明 |