✨ 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:
+42
@@ -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
|
||||
Reference in New Issue
Block a user