<% /*- ------------------------------------------------------------- -* *- ÇÁ·Î±×·¥¸í : vol_higher.jsp *- ÇÁ·Î±×·¥³»¿ë : ELW °Å·¡·® ¼øÀ§ È­¸é *- ÀÛ¼ºÀÚ : ±èâ¼ø *- ÀÛ¼ºÀÏ : 2006.09.16 *- ------------------------------------------------------------- -*/ %> <%@ page contentType="text/html;charset=euc-kr"%> <%@ page language="java" import="java.sql.*,java.util.*, common.*,ShmManager.*, sise.koscom.*, sise.koscom.comm.*,sise.koscom.code.*, sise.koscom.util.*" %> <% try{ String code = Common.convertNull(request.getParameter("code")); if(code.equals("")){ try{ code = CodeUtil.getRandomCode(2); }catch(Exception e){ e.printStackTrace(); code = "J596007"; } } ElwVolHigherList volhigherlist = new ElwVolHigherList(); volhigherlist.setMemType(Common.DELAY_READ); volhigherlist.setLanguage("K"); volhigherlist.setCnt(100); volhigherlist.setData(); ShmMap_ELWVOLHIGHERLIST shm_volhigherlist = new ShmMap_ELWVOLHIGHERLIST(); shm_volhigherlist.setCommarea(volhigherlist.getData()); int loopgrid = Common.parseInt(shm_volhigherlist.get(shm_volhigherlist.CNT)); ShmMap_ELWVOLHIGHERLIST.OCC_ELWVOLHIGHERLIST occ = null; int i; ElwMast elwmast = null; ShmMap_ELWJMAST shm_elwjmast = null; Elw elw = (Elw)(CodeMaster.getCodeMap("elw").get(code)); if ( elw != null) { elwmast = new ElwMast(); // ../include/elw_hyun_menu.inc °ü·Ã elwmast.setMemType(Common.DELAY_READ); elwmast.setCode(code); elwmast.setData(); shm_elwjmast = new ShmMap_ELWJMAST(); shm_elwjmast.setCommarea(elwmast.getData()); } %> Koscom / Áõ±ÇÁ¤º¸ / ELWÁ¤º¸ / °Å·¡·® ¼øÀ§
<%@ include file="/include/move_menu.js" %> <%@ include file="/include/koscom_top.inc" %>
<%@ include file="/include/sise_left_menu.inc" %> <%@ include file="/include/koscom_top_ad.inc" %>

<%=Common.getNavigation()%> ELW  

<%@ include file="/include/elw_hyun_menu.inc" %>

<% String jcode, kijun, hyun, vol, amt, dung_bit, daebi, daebiyul, vol_daebi; for(i=0 ; i < loopgrid ; i++) { occ = shm_volhigherlist.getOCC_ELWVOLHIGHERLIST(i); jcode = occ.get(occ.CODE); // Á¾¸ñÄÚµå kijun = occ.get(occ.KIJUN); //±âÁذ¡ hyun = occ.get(occ.HYUN); //ÇöÀç°¡ vol = occ.get(occ.VOL); // °Å·¡·®(´ÜÁÖ) amt = occ.get(occ.AMT); // °Å·¡´ë±Ý dung_bit = occ.get(occ.DUNG_BIT); // µî¶ô±¸ºÐ daebi = occ.get(occ.DAEBI); // ÀüÀÏ´ëºñ daebiyul = occ.get(occ.DAEBIYUL); // ´ëºñÀ² vol_daebi = occ.get(occ.VOL_DAEBI); // °Å·¡·® ÀüÀϺñ %> <% occ = null; } %>
¼øÀ§ Á¾¸ñ¸í ÇöÀç°¡ ÀüÀÏ´ëºñ(µî¶ôÀ²) °Å·¡·® ÀüÀϺñ °Å·¡´ë±Ý
<%=i+1%>    <%=occ.get(occ.NAME).trim() %> <%= Common.setPriceColorFromCompare(kijun,hyun) %>  <%= Common.signToSymbol(dung_bit)%> <%= Common.setPriceColorFromSign(daebi,dung_bit)%> <%= Common.setPriceColorFromSignRate(daebiyul, dung_bit, "F","(%)")%>  <%= Common.dformat(vol) %>  <%= Common.dformat(vol_daebi) %>  <%= Common.dformat(amt) %> 


<%@ include file="/include/used_notice.inc" %>
<%@ include file="/include/koscom_bottom.inc" %>
<% }catch(Exception e){ e.printStackTrace(); } %>