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 @@
## `defaultRepId()`
声明:function
选股与取数相关函数。
返回:int
@@ -18,6 +20,8 @@ return v;
## `evalstring(s)`
声明:function
内核使用,返回表达式s的值。
| 参数 | 类型 | 说明 |
@@ -28,6 +32,8 @@ return v;
## `queryBk(arg1, arg2, expression_3, arg4, arg5, expression_6, arg7, expression_8, arg9, expression_10, arg11, expression_12)`
声明:function
选股与取数相关函数。
| 参数 | 类型 | 说明 |
@@ -49,6 +55,8 @@ return v;
## `queryBkWithPeriod(arg1, arg2, expression_3, arg4, arg5, expression_6, arg7, expression_8, arg9, expression_10)`
声明:function
选股与取数相关函数。
| 参数 | 类型 | 说明 |
@@ -80,12 +88,16 @@ QueryBKWithPeriod("深证A股","",@True,"","换手率(%)(加权,只考虑A股)",
## `qwpMaxCount()`
声明:function
选股与取数相关函数。
返回:int
## `query(market_list, stock_id_list, condition, sort_field, field_name_n, expression_n)`
声明:function
报表生成函数,在指定的市场列表MarketList和股票列表内满足条件的股票列出来,并按照SortName排序,并列出相关的数据信息
| 参数 | 类型 | 说明 |
@@ -116,6 +128,8 @@ return data;
## `getDataByMd(stockid, n)`
声明:function
使用Md获取指定日数据,与系统参数(时间)相关。
| 参数 | 类型 | 说明 |
@@ -136,6 +150,8 @@ return getDataByMd("MA110C2375.SP",1);
## `getDataByMd2(stockid, n)`
声明:function
使用Md获取指定日数据(考虑交易日),与系统参数(时间)相关。
| 参数 | 类型 | 说明 |