StockCMAmount2
简述
上市以来募集资金和(万)。
(1)募集资金和=IPO募集资金+配股募集资金+增发募集资金;
(2)上市以来募集资金和,自上市日到当前时间的数据;
(3)函数与当前的股票相关。
StockCMAmount2 ():Real
//返回"SH600005"上市以来募集资金和(万)
ov:=BackUpSystemParameters();
SetSysParam(pn_stock(),"SH600005");
R:= StockCMAmount2();
RestoreSystemParameters(ov);
Return R;
//结果:1872032.68