知识库 > 金融建模 > 公用函数 > 扩展函数 > 结果处理 > 品种管理

GetTypeOfStock    

简述
证券品种
定义
GetTypeOfStock(StockID:String):Integer;
参数

StockID:证券代码

返回:证券代码品种号
  • 范例:
             
      Return GetTypeOfStock(‘OF000001’);

    //结果:4

相关