Пример #1
0
            public void lastPriceQuote(string quoteCode)
            {
                short istatus = quoteCom.RetriveLastPrice(quoteCode);

                if (istatus < 0)
                {
                    Console.WriteLine(quoteCom.GetSubQuoteMsg(istatus));
                }

                //return "NULL-Type: string";
            }