News Data Event

Dec 30 2018
  • News Data Event

  • News is information, often from outside the actual markets, providing background and insight into individual securities and the broader economy. News information is either presented in text, elementized or machine readable form or offered by news provider like Dow Jones, Thomson Reuters etc. BlitzTrader provides a framework to parse, normalize and disseminate the news information to your strategy. Receive a real-time News Data event as a callback of subscribed news provider name

  • string errorString = string.Empty;
    if (SubscribeNewsDataUpdate ("DOWJONES", out errorString))
    {
        // DowJones news provider subscription is successful
    }
    ..........
    ..........
    string errorString = string.Empty;
    protected override void OnNewsDataEvent(NewsDataEventArgs eventArgs)
    {
        if (eventArgs.IsMachineReadableNews)
        {
            string newsID = eventArgs.ID;
            double actualValue = eventArgs.ActualValue;
            double forecastValueValue = eventArgs.ForecastValue;
         }
     }
     
 
  • News Data Event

  • News is information, often from outside the actual markets, providing background and insight into individual securities and the broader economy. News information is either presented in text, elementized or machine readable form or offered by news provider like Dow Jones, Thomson Reuters etc. BlitzTrader provides a framework to parse, normalize and disseminate the news information to your strategy. Receive a real-time News Data event as a callback of subscribed news provider name

  • string errorString = string.Empty;
    if (SubscribeNewsDataUpdate ("DOWJONES", out errorString))
    {
        // DowJones news provider subscription is successful
    }
    ..........
    ..........
    string errorString = string.Empty;
    protected override void OnNewsDataEvent(NewsDataEventArgs eventArgs)
    {
        if (eventArgs.IsMachineReadableNews)
        {
            string newsID = eventArgs.ID;
            double actualValue = eventArgs.ActualValue;
            double forecastValueValue = eventArgs.ForecastValue;
         }
     }

     

Contact US

Let us help you to achieve your goals!

     

     

     

     

     

    By providing Symphony with your contact information Symphony will process your personal data for the purpose of providing you with the information you have requested. For more information regarding Symphony's processing of your personal data, please read Symphony's Privacy Notice here.


    • Get latest updates from Us