Example #1
0
 public void Reset()
 {
     ActiveTradersHub.ResetConnection();
 }
Example #2
0
 public IQueryable <ActiveTradersNewsElement> GetNewsElements()
 {
     // Call into the active traders hub and return the current set of news elements
     return(ActiveTradersHub.GetCurrentNewsItems().AsQueryable());
 }