예제 #1
0
 void IEWrapper.HistoricalNews(int requestId, string time, string providerCode, string articleId, string headline)
 {
     HistoricalNews?.Invoke(new HistoricalNewsMessage(requestId, time, providerCode, articleId, headline));
 }
 public void historicalNews(int requestId, string time, string providerCode, string articleId, string headline)
 {
     HistoricalNews.RaiseEvent(this, new HistoricalNewsEventArgs(requestId, time, providerCode, articleId, headline));
 }