知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 股票 > 基本情况 > 基本情况

StocksofZtss    

简述
得到终止上市和暂停上市中的指定股票类型
定义

StocksofZtss(MarketType:Integer ,Returntype:Integer):Array
参数

MarketType:整数,市场类型;

Returntype:整数,返回类型;


返回:数组,指定股票类型的股票。
  • 范例:

    //返回暂停上市的B股
    return StocksofZtss(1,2);


    参考
      
相关