Files
playbook/docs/tsl/codegen/dotnet/fundamentals/options_comparison.md
T

36 lines
999 B
Markdown

# 财务基本面 / 期权对比
## `Option_LastDate(index_id, end_t)`
期权-最新数据日(同品种和日期相关)
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------- |
| `index_id` | string | 指数,期权品种 |
| `end_t` | datetime | 日期,截止日期 |
返回:datetime
## `options_baseinfo(bk_name, end_t)`
期权板块基本信息
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------- |
| `bk_name` | string | 用户自定义,期权板块 |
| `end_t` | datetime | 日期,截止日期 |
返回:bool
## `options_DTList(beg_t, end_t, show_type)`
最活跃和持仓最大标的券合约情况
| 参数 | 类型 | 说明 |
| ----------- | -------- | ------------------- |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `show_type` | any | 用户自定义,显示类型 |
返回:bool