|
<%@ 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,dung_bit, daebi,daebiyul,dhoga_tvol,shoga_tvol, amt;
for(i=0 ; i < loopgrid ; i++)
{
occ = shm_updownlist.getOCC_ELWUPDOWNRATELIST(i);
jcode = occ.get(occ.CODE); // Á¾¸ñÄÚµå
kijun = occ.get(occ.KIJUN); //±âÁذ¡
hyun = occ.get(occ.HYUN); //ÇöÀç°¡
vol = occ.get(occ.VOL); // °Å·¡·®(´ÜÁÖ)
dung_bit = occ.get(occ.DUNG_BIT); // µî¶ô±¸ºÐ
daebi = occ.get(occ.DAEBI); // ÀüÀÏ´ëºñ
daebiyul = occ.get(occ.DAEBIYUL); // ´ëºñÀ²
amt = occ.get(occ.AMT); // °Å·¡´ë±Ý
dhoga_tvol = occ.get(occ.DHOGA_TVOL); // ¸ÅµµÈ£°¡
shoga_tvol = occ.get(occ.SHOGA_TVOL); // ¸Å¼öÈ£°¡
%>
|
<%=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(dhoga_tvol) %> |
<%= Common.dformat(shoga_tvol) %> |
<%= Common.dformat(vol) %> |
<%= Common.dformat(amt) %> |
<%
occ = null;
}
%>
|