知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 股票 > 基本情况 > 行业

StockIndustryName    

简述
所属证监会一级行业,该函数与证券相关,取最新的行业分类。
定义

StockIndustryName () :String
参数


返回:字符串,行业名称。
  • 范例:

    //返回万科A所属行业
    ov:=BackUpSystemParameters();
    SetSysParam(pn_stock(),"SZ000002");
    R:=StockIndustryName ();
    RestoreSystemParameters(ov);
    Return R;
    //结果:房地产业

    参考
      
相关