C# Class YahooFinance.NET.StockQuoter

Exibir arquivo Open project: joshnock/YahooFinance.NET

Public Methods

Method Description
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

Method Details

StockQuote() public method

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
return yQuote

StockQuote() public method

public StockQuote ( string ticker, string url ) : yQuote
ticker string
url string
return yQuote