コード例 #1
0
        public QuotationInformation GetQuotationInformation(string securityCode)
        {
            QuotationInformation res = _marketDataProvider.GetQuotationInformation(securityCode);

            return(res);
        }
コード例 #2
0
        // todo: for test purpose, delete after RTQ is confirmed working.
        public EntityResponse <QuotationInformation> GetQuotationInformation(string securityCode)
        {
            EntityResponse <QuotationInformation> result = _marketDataProvider.GetQuotationInformation(securityCode);

            return(result);
        }