✨ 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,59 @@
|
||||
# 股票 / 股票质押回购交易汇总
|
||||
|
||||
### `marketPrInitTradeAmountEndT(mtype, endt)`
|
||||
|
||||
指定日指定市场初始交易金额
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `endt` | 0 | 日期,截止日期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `marketPrInitTradeAmountSum(mtype, begt, endt)`
|
||||
|
||||
指定日指定市场初始交易金额
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `begt` | 0 | 日期,开始日期 |
|
||||
| `endt` | 1 | 日期,截止日期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `marketPrRedemAmountEndT(mtype, endt)`
|
||||
|
||||
指定日指定市场购回交易金额
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `endt` | 0 | 日期,截止日期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `marketPrRedemAmountSum(mtype, begt, endt)`
|
||||
|
||||
区间指定市场购回交易金额
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `begt` | 0 | 日期,开始日期 |
|
||||
| `endt` | 1 | 日期,截止日期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `stockGetPledgedRepoByEndT(mtype, beg_t, end_t)`
|
||||
|
||||
区间股票质押回购交易汇总。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | -------- | ------------------------------- |
|
||||
| `mtype` | int | 用户自定义。市场类型,取值如下: |
|
||||
| `beg_t` | datetime | 日期。开始日期 |
|
||||
| `end_t` | datetime | 日期。截止日期 |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user