Add Google to PriceSource

This commit is contained in:
2024-05-16 20:40:44 -04:00
parent bcc9ae99a4
commit 18bc77e801

View File

@@ -371,6 +371,8 @@ namespace MarketData.MarketDataModel
return "Yahoo";
case PriceSource.Fidelity :
return "Fidelity";
case PriceSource.Google :
return "Google";
default :
return Constants.CONST_QUESTION;
}