public void historicalData(int reqId, Bar bar)
 {
     HistoricalData.RaiseEvent(this, new HistoricalDataEventArgs(reqId, bar));
 }