Example #1
0
 public void PublishQuote(Quote quote)
 {
     lock (_tickers)
     {
         _tickers[quote.Ticker] = quote;
     }
 }