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 future_baseinfo();
```
@@ -40,9 +39,7 @@ return future_baseinfo();
```tsl
// al2601结算会员成交持仓排名数据
setsysparam(pn_stock(), "al2601");
return future_DTList(20251113T);
```
@@ -62,9 +59,7 @@ return future_DTList(20251113T);
```tsl
// TF2309国债期货可交割债券数据
setsysparam(pn_stock(), "TF2309");
return future_TBFDeliverableBonds();
```
@@ -90,6 +85,5 @@ return future_TBFDeliverableBonds();
```tsl
// al期货仓单日报数据
return future_WarehouseDaily("al", 20251101T, 20251113T);
```