✨ feat(skills): add tsl api reference skill
Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# 股票 / 转融券交易明细
|
||||
|
||||
### `stockGetTransferSecuritiesDetailData(stock_id, beg_t, end_t, limite)`
|
||||
|
||||
获取指定区间指定期限转融券交易明细数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | -------- | ---------------- |
|
||||
| `stock_id` | string | 字符串。证券代码 |
|
||||
| `beg_t` | datetime | 日期。开始时间 |
|
||||
| `end_t` | datetime | 日期。截止时间 |
|
||||
| `limite` | int | 整数。期限 |
|
||||
|
||||
返回:array
|
||||
|
||||
### `stockTransferSecuritiesDetailVol(limite)`
|
||||
|
||||
指定日指定期限的融出数量,与系统参数(证券代码、时间)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | ---- | --------- |
|
||||
| `limite` | any | 整型,期限 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `stockTransferSecuritiesDetailVolQj(begt, endt, limite)`
|
||||
|
||||
区间指定期限的融出数量,与系统参数(证券代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------- |
|
||||
| `begt` | datetime | 日期,开始时间 |
|
||||
| `endt` | datetime | 日期,截止时间 |
|
||||
| `limite` | any | 整型,期限 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user