|
<%@ 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); // °Å·¡·® ÀüÀϺñ
%>
|
<%=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) %> |
<%
occ = null;
}
%>
|