NewQuarterlyReportDateOfEndT_Fund
简述
获得基金指定日最新报告期,与系统参数(证券代码)相关。
NewQuarterlyReportDateOfEndT_Fund(Endt:TDateTime;DType:Integer):Integer
名称 | 类型 | 说明 |
---|
Endt | TDateTime | 日期。截止日 |
DType | Integer | 用户自定义。报告期类型,取值如下:
显示名 |
取值 |
全部 |
0 |
季度报告期 |
1 |
报告期 |
2 |
|
返回 | Integer | 整数。获得基金指定日最新报告期。 |
// "OF510050"在2020-09-24的最新报告期
SetSysParam(pn_stock(),"OF510050");
return NewQuarterlyReportDateOfEndT_Fund(20200924T,0);
//结果:20200630