feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -112,6 +112,26 @@ RestoreSystemParameters(ov);
Return R;
```
## `stockIssueDate()`
声明:function
返回系统参数指定股票的发行日期
<!-- tags: 金融 股票 基本情况 发行情况 发行日期 issue date -->
返回:integer
### 示例
范例01:查询隆华科技的发行日期
```tsl
setSysParam(pn_stock(), "SZ300263");
return stockIssueDate();
// 输出:20110906
```
## `stockIssuePrice()`
声明:function