Add Google to PriceSource
This commit is contained in:
@@ -371,6 +371,8 @@ namespace MarketData.MarketDataModel
|
||||
return "Yahoo";
|
||||
case PriceSource.Fidelity :
|
||||
return "Fidelity";
|
||||
case PriceSource.Google :
|
||||
return "Google";
|
||||
default :
|
||||
return Constants.CONST_QUESTION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user