Files
playbook/docs/tsl/codegen/dotnet/equity/refinancing_lending.md
T
csh b6160676b4 ♻️ refactor(tsl): rebuild codegen taxonomy
Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
2026-07-07 16:36:08 +08:00

38 lines
1.2 KiB
Markdown

# 股票 / 转融通证券出借交易
### `stockGetRefinancingLendData(stock_id, beg_t, end_t, limite, dtype)`
获取指定区间指定期限转融通证券出借交易数据。
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------------------- |
| `stock_id` | string | 字符串。证券代码 |
| `beg_t` | datetime | 日期。开始时间 |
| `end_t` | datetime | 日期。截止时间 |
| `limite` | int | 整数。期限 |
| `dtype` | int | 用户自定义。数据类型,取值如下: |
返回:array
### `stockRefinancingLendVol(limite)`
指定日指定期限的出借数量,与系统参数(证券代码,时间)相关
| 参数 | 类型 | 说明 |
| -------- | ---- | --------- |
| `limite` | any | 整型,期限 |
返回:float
### `stockRefinancingLendVolQj(begt, endt, limite)`
区间指定期限的出借数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
| -------- | -------- | ------------- |
| `begt` | datetime | 日期,开始时间 |
| `endt` | datetime | 日期,截止时间 |
| `limite` | any | 整型,期限 |
返回:float