Pretty
This commit is contained in:
@@ -10,7 +10,7 @@ using MarketData.Utils;
|
||||
|
||||
namespace TradeBlotter.Cache
|
||||
{
|
||||
public class PriceCache:IDisposable
|
||||
public class PriceCache : IDisposable
|
||||
{
|
||||
private Dictionary<String,Price> priceCache=new Dictionary<String,Price>();
|
||||
private Object thisLock=new Object();
|
||||
|
||||
Reference in New Issue
Block a user