C# 클래스 YahooFinance.NET.StockQuoter

파일 보기 프로젝트 열기: joshnock/YahooFinance.NET

공개 메소드들

메소드 설명
StockQuote ( string ticker ) : yQuote

This original method grabs the YQL url from the config file, but it was causing problems int testing so i created the second method where the url is manually passed in.

StockQuote ( string ticker, string url ) : yQuote

메소드 상세

StockQuote() 공개 메소드

This original method grabs the YQL url from the config file, but it was causing problems int testing so i created the second method where the url is manually passed in.
public StockQuote ( string ticker ) : yQuote
ticker string
리턴 yQuote

StockQuote() 공개 메소드

public StockQuote ( string ticker, string url ) : yQuote
ticker string
url string
리턴 yQuote