private static void testUnderlying()
        {
            Underlying u = new Underlying();


            string result = u.find_underlying("KR7005930003", InfoType.Header_Value);

            //result = u.get_whole_underlying(InfoType.Header_Value);
            //result = u.find_underlying("stock", InfoType.Header_Value);
            //result = u.get_quote(new DateTime(2014, 12, 10), "KR7005930003");

            Console.Write(result);
        }
Exemple #2
0
 public UnitTest()
 {
     this.testClass_ = new Underlying();
 }
 public UnitTest() 
 {
     this.testClass_ = new Underlying();
 }