| <%=CodeUtil.getCodeName(futureCode,"F")%> |
| ÇöÀç°¡ |
<%=Common.setPriceColorFromSign(hyun, daebi_sign, "F")%> |
(<%=Common.fformat(kijun)%>) |
| ÀüÀϺñ |
<%=Common.signToSymbol(daebi_sign)%> <%=Common.setPriceColorFromSign(Common.rmSign(daebi), daebi_sign, "F")%> |
<%=Common.setPriceColorFromSignRate(daebi_rate, daebi_sign, "F","(%)")%> |
| ¸Åµµ / ¸Å¼ö È£°¡ |
<%=Common.setPriceColorFromCompare(kijun, Common.parseFloatStr(occ.get(occ.DHOGA), 0.01), "F")%> /
<%=Common.setPriceColorFromCompare(kijun, Common.parseFloatStr(occ.get(occ.SHOGA), 0.01), "F")%>
|
| ±Ù¿ù ÀÇÁ¦°¡ |
<%=Common.fformat(Common.parseFloatStr(shm_futuresise.get(shm_futuresise.CLOSEYAK),0.01))%> |
| ¿ø¿ù ÀÇÁ¦°¡ |
<%=Common.fformat(Common.parseFloatStr(shm_futuresise.get(shm_futuresise.FARYAK),0.01))%> |
| ¾àÁ¤¼ö·® |
<%=Common.dformatD(tvol)%> |
<%=Common.dformatD(shm_futuremast.get(shm_futuremast.YES_VOL))%> |
| ¾àÁ¤´ë±Ý(¹é¸¸) |
<%=Common.dformatD(Common.parseLongStr(tamt,0.001))%> |
<%=Common.dformatD(Common.parseLongStr(shm_futuremast.get(shm_futuremast.YES_AMT),0.000001))%> |
| ½Ã°¡ |
<%=Common.setPriceColorFromCompare(kijun,Common.parseFloatStr(shm_futuresise.get(shm_futuresise.OPEN),0.01),"F")%> |
| °í°¡ |
<%=Common.setPriceColorFromCompare(kijun,Common.parseFloatStr(shm_futuresise.get(shm_futuresise.HIGH),0.01),"F")%> |
| Àú°¡ |
<%=Common.setPriceColorFromCompare(kijun,Common.parseFloatStr(shm_futuresise.get(shm_futuresise.LOW),0.01),"F")%> |
| »óÇÑ/ ÇÏÇÑ |
<%=shm_futuremast.get(shm_futuremast.MAX_SIGN)%><%=Common.parseFloatStr(shm_futuremast.get(shm_futuremast.MAX),0.01)%>
/ <%=shm_futuremast.get(shm_futuremast.MIN_SIGN)%><%=Common.parseFloatStr(shm_futuremast.get(shm_futuremast.MIN),0.01)%> |
| À̷а¡Â÷ |
<%=Common.fformat(diffEron)%> |
| ½ÃÀå°¡Â÷ |
<%=Common.fformat(diffSijang)%> |
| ÀÇÁ¦°¡Â÷ |
<%=Common.fformat(diffYak)%> |
| ÃÖ°í |
<%=Common.setPriceColorFromCompare(hyun,Common.parseFloatStr(shm_futuremast.get(shm_futuremast.LISTED_MAX),0.01), "F")%> |
<%=DateTime.addDateFormat(shm_futuremast.get(shm_futuremast.LISTED_MAX_DATE),".")%> |
| ÃÖÀú |
<%=Common.setPriceColorFromCompare(hyun,Common.parseFloatStr(shm_futuremast.get(shm_futuremast.LISTED_MIN),0.01), "F")%> |
<%=DateTime.addDateFormat(shm_futuremast.get(shm_futuremast.LISTED_MIN_DATE),".")%> |
| °Å·¡°³½ÃÀÏ |
<%=DateTime.addDateFormat(shm_futuremast.get(shm_futuremast.LISTED_DATE),".")%> |
|
| °Å·¡ÃÖÁ¾ÀÏ |
<%=DateTime.addDateFormat(shm_futuremast.get(shm_futuremast.LAST_DATE),".")%> |
|
| ÀÜÁ¸Àϼö |
<%=Common.dformat(shm_futuremast.get(shm_futuremast.REMAIN_DAY))%> |
|
|
| ¸Åµµ°Ç¼ö |
¸Åµµ¼ö·® |
È£°¡ |
¸Å¼ö¼ö·® |
¸Å¼ö°Ç¼ö |
<%
FutureHoga futurehoga = new FutureHoga();
futurehoga.setMemType(Common.DELAY_READ);
futurehoga.setCode(futureCode);
futurehoga.setData();
ShmMap_FUTUREHOGA shm_futurehoga = new ShmMap_FUTUREHOGA();
shm_futurehoga.setCommarea(futurehoga.getData());
ShmMap_FUTUREHOGA.OCC_FUTUREHOGA2 hoga_occ = null;
String dhoga = "", shoga = "";
String atmStr1 = "", atmStr2 = "";
for(i = 0; i < 5; i++){
hoga_occ = shm_futurehoga.getOCC_FUTUREHOGA2(4-i);
dhoga = Common.parseFloatStr(hoga_occ.get(hoga_occ.DHOGA),0.01);
if(!hyun.equals("0.0") && hyun.equals(dhoga)){
atmStr1 = "";
atmStr2 = "";
}else{
atmStr1 = "";
atmStr2 = "";
}
%>
| <%=Common.dformatD(hoga_occ.get(hoga_occ.DHOGA_CNT))%> |
<%=Common.dformatD(hoga_occ.get(hoga_occ.DHOGA_VOL))%> |
<%=atmStr1%><%=Common.setPriceColorFromCompare(kijun, dhoga, "F")%><%=atmStr2%> |
<%
if(i == 0){
%>
| ¸ÅµµÈ£°¡ |
|
¸Å¼öÈ£°¡ |
|
|
|
| <%=Common.setPriceColorFromCompare(kijun_far, dhoga_far, "F")%> |
|
<%=Common.setPriceColorFromCompare(kijun_far, shoga_far, "F")%> |
|
|
|
| <%=Common.setPriceColorFromSign(hyun_far, daebi_sign_far, "F")%> |
|
<%=Common.signToSymbol(daebi_sign_far)%> <%=Common.setPriceColorFromSign(daebi_far, daebi_sign_far, "F")%> |
|
|
|
| <%=Common.signToColor(hoga_diff_far,"F")%> |
|
¼±¹° <%=shm_futuremast_far.get(shm_futuremast_far.NUM_NAME)%> |
|
|
|
| ½ÃÀåÈ£°¡ ¸ÅµµSP |
|
<%
}
%>
<%
}
for(i = 0; i < 5; i++){
hoga_occ = shm_futurehoga.getOCC_FUTUREHOGA2(i);
shoga = Common.parseFloatStr(hoga_occ.get(hoga_occ.SHOGA),0.01);
if(!hyun.equals("0.0") && hyun.equals(shoga)){
atmStr1 = "";
atmStr2 = "";
}else{
atmStr1 = "";
atmStr2 = "";
}
%>
<%
if(i == 0){
%>
| ½ÃÀåÈ£°¡¸ÅµµSP |
|
|
|
| ¼±¹° <%=shm_futuremast_close.get(shm_futuremast_close.NUM_NAME)%> |
|
<%=Common.signToColor(hoga_diff_close,"F")%> |
|
|
|
| <%=Common.setPriceColorFromSign(hyun_close, daebi_sign_close, "F")%> |
|
<%=Common.signToSymbol(daebi_sign_close)%> <%=Common.setPriceColorFromSign(daebi_close, daebi_sign_close, "F")%> |
|
|
|
| ¸ÅµµÈ£°¡ |
|
¸Å¼öÈ£°¡ |
|
|
|
| <%=Common.setPriceColorFromCompare(kijun_close, dhoga_close, "F")%> |
|
<%=Common.setPriceColorFromCompare(kijun_close, shoga_close, "F")%> |
|
<%
}
%>
<%=atmStr1%><%=Common.setPriceColorFromCompare(kijun, shoga, "F")%><%=atmStr2%> |
<%=Common.dformatD(hoga_occ.get(hoga_occ.SHOGA_VOL))%> |
<%=Common.dformatD(hoga_occ.get(hoga_occ.SHOGA_CNT))%> |
<%
}
%>
| <%=Common.dformat(shm_futurehoga.get(shm_futurehoga.DHOGA_TCNT))%> |
<%=Common.dformat(shm_futurehoga.get(shm_futurehoga.DHOGA_TVOL))%> |
ÃÑÀÜ·® |
<%=Common.dformat(shm_futurehoga.get(shm_futurehoga.SHOGA_TVOL))%> |
<%=Common.dformat(shm_futurehoga.get(shm_futurehoga.SHOGA_TCNT))%> |
| ½Ã°£ |
ÇöÀç°¡ |
µî¶ô |
¸ÅµµÈ£°¡ |
¸Å¼öÈ£°¡ |
ü°á |
|