Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/indices/buyback.md
T
csh 13be5ea0aa feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
2026-07-29 15:47:46 +08:00

66 lines
2.1 KiB
Markdown

# 指数 / 股份回购
## `Index_RepurchaseMV(index_id, end_t, rtype, stype, ex_rate)`
声明:function
获得指定日指数成分股的累计回购金额
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `rtype` | any | 用户自定义,回购类型 |
| `stype` | any | 用户自定义,股票种类 |
| `ex_rate` | any | 用户自定义,汇率类型 |
返回:any
## `Index_RepurchaseMVQJ(index_id, beg_t, end_t, rtype, stype, ex_rate)`
声明:function
获得区间指数成分股的累计回购金额
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `rtype` | any | 用户自定义,回购类型 |
| `stype` | any | 用户自定义,股票种类 |
| `ex_rate` | any | 用户自定义,汇率类型 |
返回:any
## `Index_RepurchaseStockNum(index_id, end_t, rtype, stype)`
声明:function
获得指定日指数成分股发生回购的家数
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `rtype` | any | 用户自定义,回购类型 |
| `stype` | any | 用户自定义,股票种类 |
返回:any
## `Index_RepurchaseStockNumQJ(index_id, beg_t, end_t, rtype, stype)`
声明:function
获得区间指数成分股发生回购的家数
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `rtype` | any | 用户自定义,回购类型 |
| `stype` | any | 用户自定义,股票种类 |
返回:any