feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -251,7 +251,7 @@ return fundfdfundvaluegrowratio(20191231, 20181231, "OF159922");
范例01:调用函数
```tsl
计算基金OF006872在2019年报关于OF003349的持有份额
// 计算基金OF006872在2019年报关于OF003349的持有份额
SetSysParam(pn_stock(), "OF006872");
return FundFDFundVolume(20191231, "OF003349");
```
@@ -277,7 +277,7 @@ return FundFDFundVolume(20191231, "OF003349");
范例01:调用函数
```tsl
计算基金OF005809在2019年报关于OF004496的持有份额变动
// 计算基金OF005809在2019年报关于OF004496的持有份额变动
SetSysParam(pn_stock(), "OF005809");
return FundFDFundVolumeGrow(20191231, 20181231, "OF004496");
```
@@ -516,7 +516,7 @@ return FundFDManagerValueGrowRatio(20191231, 20181231);
范例01:调用函数
```tsl
计算基金OF005809在2019年报第3名基金代码
// 计算基金OF005809在2019年报第3名基金代码
SetSysParam(pn_stock(), "OF005809");
return FundFDNoNCode(20191231, 3);
```
@@ -637,7 +637,7 @@ return FundFDNoNValue(20191231, 3);
范例01:调用函数
```tsl
计算基金OF005809在2019年报第3名基金持有份额
// 计算基金OF005809在2019年报第3名基金持有份额
SetSysParam(pn_stock(), "OF005809");
return FundFDNoNVolume(20191231, 3);
```