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 @@
## `getTrueStockIDbyDate(stock_id, endt, return_value)`
声明:function
获取指定日真实证券代码
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `getTrueStockIDbyDate2(endt)`
声明:function
获取指定日真实证券代码
| 参数 | 类型 | 说明 |
@@ -32,6 +36,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesdate2(endt, return_value)`
声明:function
最近变动日期
| 参数 | 类型 | 说明 |
@@ -43,6 +49,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesNewID(endt, return_value)`
声明:function
指定日变更后代码
| 参数 | 类型 | 说明 |
@@ -54,6 +62,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesNewID2(endt, return_value)`
声明:function
最近变更后代码
| 参数 | 类型 | 说明 |
@@ -65,6 +75,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesOldID(endt, return_value)`
声明:function
指定日变更前代码
| 参数 | 类型 | 说明 |
@@ -76,6 +88,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesOldID2(endt, return_value)`
声明:function
最近变更前代码
| 参数 | 类型 | 说明 |
@@ -87,6 +101,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesReason(endt, return_value)`
声明:function
指定日变动原因
| 参数 | 类型 | 说明 |
@@ -98,6 +114,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesReason2(endt)`
声明:function
最近变动原因
| 参数 | 类型 | 说明 |
@@ -108,6 +126,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesType(endt, return_value)`
声明:function
指定日变动代码标识
| 参数 | 类型 | 说明 |
@@ -119,6 +139,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_CodeChangesType2(endt, return_value)`
声明:function
最近变动代码标识
| 参数 | 类型 | 说明 |
@@ -130,6 +152,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_GetCodeChangesData(stock_id, begt, endt)`
声明:function
获取区间代码变更数据
| 参数 | 类型 | 说明 |
@@ -142,6 +166,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_ISCodeChanges(endt, return_value)`
声明:function
指定日证券是否代码变更
| 参数 | 类型 | 说明 |
@@ -153,6 +179,8 @@ return getTrueStockIDbyDate2(Endt);//结果:BJ920000
## `Stock_ISCodeChanges2(endt, return_value)`
声明:function
最近证券是否代码变更
| 参数 | 类型 | 说明 |