天软金融分析.NET函数大全 > 金融函数 > 股票 > 基本情况 > 行业

StockIndustryName2    

简述
所属证监会二级行业,该函数与证券相关,取最新的行业分类。
定义
StockIndustryName2 () :String
参数
名称类型说明
返回String字符串,行业名称。
  • 范例

    //返回万科A所属二级行业
    ov:=BackUpSystemParameters();
    setsysparam(pn_stock(),"SZ000002");
    R:= StockIndustryName2 ();
    RestoreSystemParameters(ov);
    Return R;
    //结果:天软房地产开发与经营业
相关