✨ 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:
@@ -0,0 +1,27 @@
|
||||
# 金融 / 权证 / 创设
|
||||
|
||||
## `warrantCCirculation1(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间创设规模(万),与系统证券pn_stock()有关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | -------- | ------------ |
|
||||
| `beg_t` | datetime | 日期,开始日 |
|
||||
| `end_t` | datetime | 日期,截止日 |
|
||||
|
||||
返回:float
|
||||
|
||||
## `warrantCCirculation2(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间创设剩余规模(万),与系统证券pn_stock()有关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | -------- | ------------ |
|
||||
| `beg_t` | datetime | 日期,开始日 |
|
||||
| `end_t` | datetime | 日期,截止日 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user