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

            if (소속부 == "거래소")
            {
                S3_.UnadviseRealDataWithKey(code);
            }
            else if (소속부 == "코스닥")
            {
                K3_.UnadviseRealDataWithKey(code);
            }
        }
Esempio n. 3
0
 public void UnadviseWithShcode(string shcode)
 {
     _xaReal.UnadviseRealDataWithKey(shcode);
 }