✨ 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:
+24
@@ -0,0 +1,24 @@
|
||||
# 金融 / 期权 / 行权交收信息
|
||||
|
||||
## `optionESIExerciseAmount(end_t, datatype)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日行权数量,与系统参数(证券代码)相关。如果指定日有行权交收信息,返回指定日期认购/认沽行权数量;如果指定日没有行权交收信息,返回0
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | ----------- | --------------------- |
|
||||
| `end_t` | t_date_time | 日期。截止日期 |
|
||||
| `datatype` | integer | 用户自定义。取值如下: |
|
||||
|
||||
返回:real
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setSysParam(PN_Stock(), 'SH510050');
|
||||
return optionEsiExerciseAmount(20231227T, 0);
|
||||
// 输出:20893
|
||||
```
|
||||
Reference in New Issue
Block a user