知识库 > 金融建模 > 公用函数 > 金融工程 > 指数研究 > 中间函数

GetMaxListedDate    

简述
获取股票列表StockArr中最晚的上市日值
定义
GetMaxListedDate(StockArr:Array):TDateTime
参数

StockArr:一维字符串数组

返回:返回股票列表StockArr中最晚的上市日值
  • 范例:

      Return GetMaxListedDate(array("SZ000920","SH600718","SH600900"));

    //结果:

相关