天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本报表 > 基金库

AmountCommission    

简述
交易量及佣金
定义
AmountCommission(FundId:String):Array;
参数
名称类型说明
FundIDString基金代码
返回Array返回交易量及佣金
  • 范例


    return AmountCommission("SH500003");

    //返回”SH500003”的交易量及佣金

    结果:
相关