コード例 #1
0
 public void historicalData(int reqId, Bar bar)
 {
     HistoricalData.RaiseEvent(this, new HistoricalDataEventArgs(reqId, bar));
 }