✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
+4
-4
@@ -46,7 +46,7 @@ return fundhsorgangrow(20191231, 20181231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF000009在2019年报的机构持有份额变动
|
||||
// 计算基金OF000009在2019年报的机构持有份额变动
|
||||
setSysParam(pn_stock(), "OF000009");
|
||||
return fundhsorgangrow2(20191231, 20181231);
|
||||
// 输出:-517584542.92
|
||||
@@ -172,7 +172,7 @@ return fundhsothergrow(20141231, 20131231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF159919在2014年报的其他持有份额变动
|
||||
// 计算基金OF159919在2014年报的其他持有份额变动
|
||||
SetSysParam(pn_stock(), "OF159919");
|
||||
return FundHSOtherGrow2(20141231, 20131231);
|
||||
```
|
||||
@@ -299,7 +299,7 @@ return fundHsPersonGrow(20191231, 20181231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF000009在2019年报的个人持有份额变动
|
||||
// 计算基金OF000009在2019年报的个人持有份额变动
|
||||
setSysParam(pn_stock(), "OF000009");
|
||||
return fundhspersongrow2(20191231, 20181231);
|
||||
// 输出:-16431107983.73
|
||||
@@ -427,7 +427,7 @@ return fundhspractitionergrow(20191231, 20181231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF000009在2019年报的从业人员持有份额变动
|
||||
// 计算基金OF000009在2019年报的从业人员持有份额变动
|
||||
setSysParam(pn_stock(), "OF000009");
|
||||
return fundhspractitionergrow2(20191231, 20181231);
|
||||
// 输出:1889309.58
|
||||
|
||||
Reference in New Issue
Block a user