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 @@
## `futuresfeeamount(endt, feeamounttype)`
声明:function
获得指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -20,6 +22,8 @@ return FuturesFeeAmount(inttodate(20140328),0);
## `futuresfeerate(endt, feeratetype)`
声明:function
获得指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -38,6 +42,8 @@ return FuturesFeeRate(inttodate(20140328),0);
## `futuresspfeeunit(endt, feetype)`
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -49,6 +55,8 @@ return FuturesFeeRate(inttodate(20140328),0);
## `futuresspfeecost(endt, feetype, amount, vol)`
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |