知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 股票 > 分红送配 > 中间函数

StockDistributionInfo_DecisionDeclareDate(RDate)    

简述
报告期配股情况_决案。
配股决案的数据从配股表中取得。
定义

StockDistributionInfo_DecisionDeclareDate (RDate:Integer):Array
参数

RDate:整数,报告期;

返回:数据表,配股情况_决案。
  • 范例:

    oV:=BackUpSystemParameters2();
    //取'万科A'在2011年报告期配股情况_决案;
    setsysparam(pn_stock(),'SZ000002');
    v:=StockDistributionInfo_DecisionDeclareDate(20111231);
    return v;

    参考
      
相关