StockIndustryLowerArr
简述
指定行业的所有下级行业列表。
StockIndustryLowerArr(IndustryId:String;EndT:TDateTime):Array
名称 | 类型 | 说明 |
---|
IndustryId | String | 字符串。行业代码 |
EndT | TDateTime | 日期。截止日期 |
返回 | Array | 数组。指定行业的所有下级行业列表。 |
// 在20201207的申万一级行业列表
return StockIndustryLowerArr("SWHY110000",20201207T);