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 @@
## `stockGetPledgedRepoTradeVol(stock_id, beg_t, end_t)`
声明:function
获取区间指定证券股票质押回购交易明细数据。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `stockPrInitTradeVol()`
声明:function
指定日指定证券初始交易数量,与系统参数(证券代码,日期)相关
返回:float
@@ -28,6 +32,8 @@ return StockPRInitTradeVol();
## `stockPrInitTradeVolSum(begt, endt)`
声明:function
区间指定证券初始交易数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
@@ -46,6 +52,8 @@ return StockPRInitTradeVolSum(20210101T,20210924T);
## `stockPrRedemVol()`
声明:function
指定日指定证券购回交易数量,与系统参数(证券代码,日期)相关
返回:float
@@ -60,6 +68,8 @@ return StockPRRedemVol();
## `stockPrRedemVolSum(begt, endt)`
声明:function
区间指定证券购回交易数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |