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
@@ -16,7 +16,6 @@
```tsl
// 期权基本信息数据
return option_baseinfo();
```
@@ -42,7 +41,6 @@ return option_baseinfo();
```tsl
// 最活跃和持仓最大标的券合约情况数据
return option_DTList("SH510300", 20251112T, 0);
```
@@ -66,6 +64,5 @@ return option_DTList("SH510300", 20251112T, 0);
```tsl
// 行权交收信息数据
return option_ESInfo("SH510050");
```