隨筆-71  評論-5  文章-0  trackbacks-0
              /**
               * 獲取股票板塊信息
               * 滬市A股 : 600、601、603 開頭
               * 深市A股 : 000開頭
               * 中小板 : 002開頭
               * 創業板 : 300開頭
               * 滬市新股申購:730
               * @param code
               * @return
               */
              public static int getPlateInfo(String code){
              if(code.startsWith("600") || code.startsWith("601") || code.startsWith("603")){
              return 0;
              }else if(code.startsWith("000")){
              return 1;
              }else if(code.startsWith("002")){
              return 2;
              }else if(code.startsWith("300")){
              return 3;
              }else if(code.startsWith("730")){
              return 4;
              }else {
              return 5;
              }
              }
          posted on 2015-07-29 19:07 藤本薔薇 閱讀(373) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 南澳县| 体育| 如皋市| 岳阳市| 临洮县| 延寿县| 景洪市| 吉木萨尔县| 潢川县| 南漳县| 德兴市| 遂昌县| 耿马| 合阳县| 恩施市| 临猗县| 台东县| 津南区| 新兴县| 五寨县| 昌邑市| 页游| 通许县| 昌都县| 惠安县| 于田县| 敦化市| 平舆县| 青海省| 武城县| 洪江市| 苗栗县| 泊头市| 抚松县| 南康市| 田阳县| 丁青县| 通江县| 忻城县| 韩城市| 荥经县|