隨筆-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 藤本薔薇 閱讀(378) 評論(0)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 建宁县| 镶黄旗| 湘潭市| 河北省| 前郭尔| 珠海市| 定安县| 禄丰县| 伊宁县| 山西省| 翼城县| 苍南县| 闽清县| 澄迈县| 祁东县| 汉寿县| 上栗县| 景东| 景洪市| 海阳市| 克山县| 两当县| 电白县| 阿坝| 潮安县| 英吉沙县| 梧州市| 彩票| 海宁市| 开远市| 巴彦淖尔市| 阜康市| 杨浦区| 宁德市| 西充县| 石阡县| 离岛区| 岚皋县| 安康市| 商洛市| 札达县|