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
@@ -1,5 +1,29 @@
# 金融 / 期权 / 期权熔断机制
## `optioncblaststopdate(end_t)`
声明:function
返回系统参数指定期权截至指定日最近一次发生熔断的日期,未发生熔断时返回 0
<!-- tags: 金融 期权 熔断 最近一次 熔断日期 查询 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | -------- |
| `end_t` | datetime | 截止日期 |
返回:integer
### 示例
范例01:查询指定期权最近一次熔断日期
```tsl
setSysParam(pn_stock(), "OP10006730");
return optioncblaststopdate(20240126T);
// 输出:0
```
## `optioncbisstop(endt)`
声明:function