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