天软金融分析.NET函数大全 > 金融函数 > 基金 > 基金行业 > 中间函数

FundYHIndustryArr    

简述
指定日指定级别基金分类列表,默认返回银河分类的一级分类列表
定义
FundYHIndustryArr(IndustryType:String;LevelN:Integer;EndT:TDateTime):Array
参数
名称类型说明
IndustryTypeString字符串。基金分类
LevelNInteger整数。基金级数
EndTTDateTime日期。截止日期
返回Array数组。指定日指定级别基金分类列表。
  • 范例


    // 在20210302的银河基金分类的1级分类成分
    return FundYHIndustryArr('YHFL',1,20210302T);
相关