public void Unsubscribe(string symbol)
 {
     _level1Client.ReqUnwatch(symbol);
 }