天软金融分析.NET函数大全 > 金融函数 > 金融工程 > Dev

SetRetBuyPrice    

简述
设置一个“tmpBuyPrice”自定义的系统变量的值
定义
SetRetBuyPrice(Price:Real):Integer
参数
名称类型说明
PriceReal实数,价格
返回Integer
  • 范例

    SetRetBuyPrice(20);
    return GetSysParam('tmpBuyPrice'); //结果:20
相关