Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/option-exercise_settlement_info.md
T
2026-08-12 08:38:08 +08:00

773 B

金融 / 期权 / 行权交收信息

optionESIExerciseAmount(end_t, datatype)

声明:function

返回指定日行权数量,与系统参数(证券代码)相关。如果指定日有行权交收信息,返回指定日期认购/认沽行权数量;如果指定日没有行权交收信息,返回0

参数 类型 说明
end_t t_date_time 日期。截止日期
datatype integer 用户自定义。取值如下:

返回:real

示例

范例01:调用函数

setSysParam(PN_Stock(), 'SH510050');
return optionEsiExerciseAmount(20231227T, 0);
// 输出:20893