FundYHIndustryArr
简述
指定日指定级别基金分类列表,默认返回银河分类的一级分类列表
FundYHIndustryArr(IndustryType:String;LevelN:Integer;EndT:TDateTime):Array
名称 | 类型 | 说明 |
---|
IndustryType | String | 字符串。基金分类 |
LevelN | Integer | 整数。基金级数 |
EndT | TDateTime | 日期。截止日期 |
返回 | Array | 数组。指定日指定级别基金分类列表。 |
// 在20210302的银河基金分类的1级分类成分
return FundYHIndustryArr('YHFL',1,20210302T);