Capture DDE Data that is being streamed in to a software
Posted
by
user534391
on Stack Overflow
See other posts from Stack Overflow
or by user534391
Published on 2011-01-13T13:51:26Z
Indexed on
2011/01/13
13:53 UTC
Read the original article
Hit count: 346
Hello,
I have a trading software that gets data from the internet. I want to capture that tick data. There is one software that has been made by a local develop which is able to do that and it looks like it uses DDE (NDde.dll, NetSQL.dll).
I want to write a custom application that does the same. Any pointers how I can check how the data is being streamed and how to capture that data. I don't think it is encrypted, since the other developer would not have been able to decrypt either.
I just need to scan how the software is getting the data.
Thank you.
© Stack Overflow or respective owner