- 로그 약간 수정

This commit is contained in:
2017-02-11 13:26:13 +09:00
parent 063ae2ba0c
commit eedcebfc3f

View File

@@ -208,7 +208,7 @@ namespace NewsCrawler
m_CP0311.SetInputValue(8, "01"); m_CP0311.SetInputValue(8, "01");
m_CP0311.BlockRequest2(1); m_CP0311.BlockRequest2(1);
Util.Log(Util.LOG_TYPE.BUY, string.Format("code:{0} {1}주 현재가 {2}원, 지정가 IOC 매수", Code.ToString(), iCount, iCallValue)); Util.Log(Util.LOG_TYPE.BUY, string.Format("code:{0} {1}주 현재가 {2}원, 지정가 {3} IOC 매수", Code.ToString(), iCount, iCurPrice, iCallValue));
} }
catch(Exception ex) catch(Exception ex)
{ {