✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
# 金融 / 期权 / 期权熔断机制
|
||||
|
||||
## `optioncbisstop(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日是否熔断
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ---- | -------- |
|
||||
| `endt` | date | 截止日期 |
|
||||
|
||||
返回:boolean
|
||||
|
||||
## `optioncbstopcount(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
取出该期权的所有熔断记录的表格,对比生效日与指定区间
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ---- | -------- |
|
||||
| `endt` | date | 截止日期 |
|
||||
|
||||
返回:integer
|
||||
|
||||
## `optioncbstopcountqj(begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
取出该期权的所有熔断记录的表格,对比生效日与指定区间
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ---- | ------ |
|
||||
| `begt` | date | 开始日 |
|
||||
| `endt` | date | 截止日 |
|
||||
|
||||
返回:int
|
||||
|
||||
## `optioncbsuspendtime(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日熔断暂停交易时长,期权标的与系统参数相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ---- | -------- |
|
||||
| `endt` | date | 截止日期 |
|
||||
|
||||
返回:integer
|
||||
|
||||
## `optioncbzdthresh(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日熔断涨跌幅阀值(%),期权标的与系统参数相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ---- | -------- |
|
||||
| `endt` | date | 截止日期 |
|
||||
|
||||
返回:real
|
||||
|
||||
## `optioncbzfaboveminiquotenum(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日熔断涨跌幅达到或超过最小报价单位数,指定日由系统参数指定
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | ----------- | -------- |
|
||||
| `endt` | t_date_time | 截止日期 |
|
||||
|
||||
返回:string
|
||||
Reference in New Issue
Block a user