天软金融分析.NET函数大全 > 金融函数 > 股票 > 分红送配

StockDistributionInfo3    

简述
返回指定报告期的配股情况
定义
StockDistributionInfo3(RDate:Integer;ReturnType:Integer):Array
参数
名称类型说明
RDateInteger整数,报告期;
ReturnTypeInteger整数,返回类型;
返回Array数组,数据表结构。
  • 范例

    oV:=BackUpSystemParameters2();
    //取'中百集团'在2008年年报的报告期配股情况;
    setsysparam(pn_stock(),'SZ000759');
    v:=StockDistributionInfo3(20081231,0);
    return v;

    结果:
    参考
    StockDistributionInfo StockDistributionInfo2 
相关