知识库 > 金融建模 > 公用函数 > 金融工程 > Dev

SetRetBuyPrice    

简述
设置一个“tmpBuyPrice”自定义的系统变量的值
定义
SetRetBuyPrice(Price:Real):Integer
参数

Price:实数,价格

返回:无
  • 范例:

      SetRetBuyPrice(20);
      return GetSysParam('tmpBuyPrice');

    //结果:20
相关