StockIndustryArr
简述
返回指定日指定级别行业列表,与系统参数(股票)相关。默认返回申万行业的一级行业列表。
StockIndustryArr(IndustryType:String;LevelN:Integer;EndT:TDateTime):Array
名称 | 类型 | 说明 |
---|
IndustryType | String | 字符串。行业类别 |
LevelN | Integer | 整数。行业级数 |
EndT | TDateTime | 日期。截止日期 |
返回 | Array | 数组。指定日指定级别行业列表。 |
//在20201207的SWHY分类的申万1级行业成分
return StockIndustryArr('SWHY',1,20201207T);