Exemple #1
0
 public void UpdateCache(MatchInfoCommand command)
 {
     lock (this)
     {
         this._MatchInfoCommands[command.InstrumentId] = command;
     }
 }
 public void UpdateCache(MatchInfoCommand command)
 {
     lock (this)
     {
         this._MatchInfoCommands[command.InstrumentId] = command;
     }
 }