✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
+2
-2
@@ -44,7 +44,7 @@ return fundssnetassetvalue(20191231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF006872在2019年报的基金总份额
|
||||
// 计算基金OF006872在2019年报的基金总份额
|
||||
SetSysParam(pn_stock(), "OF006872");
|
||||
return FundSSNetAssetVolume(20191231);
|
||||
```
|
||||
@@ -95,7 +95,7 @@ return fundsspurchasevalue(20191231, 20181231);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
计算基金OF000001在2019年报的基金净申购份额
|
||||
// 计算基金OF000001在2019年报的基金净申购份额
|
||||
SetSysParam(pn_stock(), "OF000001");
|
||||
return FundSSPurchaseVolume(20191231, 20181231);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user