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

SetStockBuyPrice    

简述
设置ID 对应"BuyPrice"的系统值
定义
SetStockBuyPrice(ID:String;Price:Real):
参数
名称类型说明
IDString字符串,证券代码
PriceReal实数
返回数据表类型的数据
  • 范例

    SetStockBuyTime('SZ000002',inttodate(20121023));
      Return GetSysParam("BuyTime");

    //结果:
相关