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