From eedcebfc3f4e7d7034a7b85079de915a84b93e49 Mon Sep 17 00:00:00 2001 From: mjjo Date: Sat, 11 Feb 2017 13:26:13 +0900 Subject: [PATCH] =?UTF-8?q?-=20=EB=A1=9C=EA=B7=B8=20=EC=95=BD=EA=B0=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CybosHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CybosHelper.cs b/CybosHelper.cs index b831afd..03ff573 100644 --- a/CybosHelper.cs +++ b/CybosHelper.cs @@ -208,7 +208,7 @@ namespace NewsCrawler m_CP0311.SetInputValue(8, "01"); 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) {