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:
csh
2026-08-10 18:26:24 +08:00
parent 2938300acb
commit 9010829c6d
1186 changed files with 243901 additions and 219769 deletions
@@ -0,0 +1,42 @@
# 金融 / 期货 / 涨跌停板幅度
## `futureslimitschangecount(begt, endt)`
声明:function
区间涨跌停板变化次数,与系统参数(期货合约代码,时间)相关
| 参数 | 类型 | 说明 |
| ------ | ---- | ------------- |
| `begt` | date | date,开始日期 |
| `endt` | date | date,截止日期 |
返回:real
## `futureslimitschangecount2(n)`
声明:function
N日涨跌停板变化次数,与系统参数(期货合约代码,时间)相关
| 参数 | 类型 | 说明 |
| ---- | ---- | -------------- |
| `n` | int | integer,交易日 |
返回:float
## `futureslimitsischanged()`
声明:function
涨跌停板幅度是否有变化,与系统参数(期货合约代码,时间)相关
返回:boolean
## `futureslimitsrange()`
声明:function
指定日涨跌停板幅度,与系统参数(期货合约代码,时间)相关
返回:float