Accessing data feed
- by racket99
I have a Java program on my desktop which displays financial data gleaned from the web. It is a 3rd party application. What I would like to do is intercept the data before it goes to the Java application and record it into a flat file for the purpose of later data analysis.
Is this at all possible? I imagine the data are available and are entering my computer through some port which the Java app picks up and then displays.
Help appreciated.
Thanks