Code cleanup.

This commit is contained in:
2025-05-19 18:23:32 -04:00
parent 57f9f4857a
commit 906c3270ed

View File

@@ -86,6 +86,7 @@ namespace MarketData.Cache
if(collect) GC.Collect();
}
}
public Price GetPriceOrLatestAvailable(String symbol,DateTime date)
{
lock(thisLock)