✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
+20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user