知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 板块 > 行情指标 > 指定日 > 向导函数

BK_Listed    

简述
指定日板块上市股票
定义

BK_Listed(EndT:TDateTime):Array
参数

EndT:截止日期

返回:数组
  • 参考

    范例:

     //返回A股2012/10/19上市的股票列表
     SetSysParam(Pn_Bk(),"A股");
     EndT:=inttodate(20121019);
     return Bk_Listed(EndT);
     
    //返回结果:




相关