✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-7
@@ -21,9 +21,7 @@
|
||||
|
||||
```tsl
|
||||
// 取基金金泰2005年2月1日到2012年3月5日之间的分红和拆分情况
|
||||
|
||||
Setsysparam(pn_stock(), 'SH500001');
|
||||
|
||||
Return FundCashAndBonusInfo(inttodate(20050201), inttodate(20120305));
|
||||
```
|
||||
|
||||
@@ -169,9 +167,7 @@ return fundPfAmountIi2 ();
|
||||
|
||||
```tsl
|
||||
// 取基金金泰2005年2月1日到2012年3月5日之间的分红情况
|
||||
|
||||
Setsysparam(pn_stock(), 'SH500001');
|
||||
|
||||
Return FundPFInfo(inttodate(20050201), inttodate(20120305));
|
||||
```
|
||||
|
||||
@@ -191,11 +187,8 @@ Return FundPFInfo(inttodate(20050201), inttodate(20120305));
|
||||
|
||||
```tsl
|
||||
// 取基金金泰上市以来到2012年8月31日之间的分红情况
|
||||
|
||||
Setsysparam(pn_stock(), 'SH500001');
|
||||
|
||||
Setsysparam(pn_date(), inttodate(20120831));
|
||||
|
||||
Return FundPFInfo2();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user