✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
+2
-2
@@ -343,11 +343,11 @@ Return StockPFAndRatioInfo3(20171231, 0);
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
{取得SH600005(武钢股份)在20110113与20110913区间分红详情;}
|
||||
// 取得SH600005(武钢股份)在20110113与20110913区间分红详情;
|
||||
SetSysParam(pn_stock(), 'SH600005');
|
||||
BegT := inttodate(20110113);
|
||||
EndT := inttodate(20110913);
|
||||
return?StockPFInfo(BegT, EndT);
|
||||
return StockPFInfo(BegT, EndT);
|
||||
```
|
||||
|
||||
## `stockPFInfo2()`
|
||||
|
||||
Reference in New Issue
Block a user