예제 #1
0
 private void 현재가요청해제(string code)
 {
     if (code.Substring(0, 3) == "101")
     {
         FC0.UnadviseRealDataWithKey(code);
     }
     else
     {
         OC0.UnadviseRealDataWithKey(code);
     }
 }
예제 #2
0
        private void 현재가요청해제(string code)
        {
            string 소속부 = Form1.Master주식종목[code][2];

            if (소속부 == "거래소")
            {
                S3_.UnadviseRealDataWithKey(code);
            }
            else if (소속부 == "코스닥")
            {
                K3_.UnadviseRealDataWithKey(code);
            }
        }
예제 #3
0
파일: XingReal.cs 프로젝트: tdoobw/XingAPI
 public void UnadviseWithShcode(string shcode)
 {
     _xaReal.UnadviseRealDataWithKey(shcode);
 }