天软金融分析.NET函数大全
>
金融报表分析
>
04.基金
>
4.04投资组合
>
4.4.01基金持仓
fund_bondcompositedetail
复制链接
简述
报告期公布的持债明细,与系统参数(基金代码)相关。
定义
fund_bondcompositedetail(ShowNumber:Integer):Array
参数
名称
类型
说明
ShowNumber
Integer
整数。显示报告期个数。
返回
Array
数组。指定基金报告期公布的持债明细。
范例
SetSysParam(PN_Stock(),'OF000001');
return fund_bondcompositedetail(4);
相关
Fund_StockCompositeDetail
Fund_StockCompositeDecrease
Fund_StockCompositeIncrease
Fund_StockCentralization
fund_bondcompositedetail
Fund_StockCompositeBuyMore2
Fund_StockCompositeSellMore2
中间函数