Files
playbook/docs/tsl/codegen/dotnet/equity/refinancing_balance.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

25 lines
635 B
Markdown

# 股票 / 转融券余量
### `stockGetTransferSecuritiesData(stock_id, end_t)`
指定日融券余量,与系统参数(证券代码、时间)相关
| 参数 | 类型 | 说明 |
| ---------- | -------- | ---------------- |
| `stock_id` | string | 字符串。证券代码 |
| `end_t` | datetime | 日期。截止日期 |
返回:array
### `stockTransferSecuritiesAllowanceAmount()`
指定日融券余量,与系统参数(证券代码、时间)相关
返回:float
### `stockTransferSecuritiesAllowanceVol()`
指定日融券余量,与系统参数(证券代码、时间)相关
返回:float