Add LatestPricingDate to LocalPriceCache and optimize company name retrieval
This commit is contained in:
@@ -682,6 +682,7 @@ namespace MarketData.DataAccess
|
||||
|
||||
try
|
||||
{
|
||||
if(null == symbols || 0==symbols.Count)return dictionary;
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sqlConnection = SqlUtils.CreateMySqlConnection(MainDataSource.Instance.LocateDataSource("market_data"));
|
||||
sb.Append("select symbol, company from securitymaster where symbol in ");
|
||||
|
||||
Reference in New Issue
Block a user