✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-6
@@ -20,9 +20,7 @@
|
||||
|
||||
```tsl
|
||||
// "SH000300"在20260417的成分及权重数据
|
||||
|
||||
SetSysParam(pn_stock(), "SH000300");
|
||||
|
||||
return GetIndexWeightByDate_VW1(20260417T);
|
||||
```
|
||||
|
||||
@@ -46,9 +44,7 @@ return GetIndexWeightByDate_VW1(20260417T);
|
||||
|
||||
```tsl
|
||||
// "SH000300"在20260417的成份与权重
|
||||
|
||||
SetSysParam(pn_stock(), "SH000300");
|
||||
|
||||
return GetIndexWeightByDate_VW2(20260417T);
|
||||
```
|
||||
|
||||
@@ -72,9 +68,7 @@ return GetIndexWeightByDate_VW2(20260417T);
|
||||
|
||||
```tsl
|
||||
// "SH000300"在20260417的成分及权重数据
|
||||
|
||||
SetSysParam(pn_stock(), "SH000300");
|
||||
|
||||
return GetIndexWeightByDate_WithETFPCF(20260417T);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user