I want to devlop a program to use data from eSignal but I am having a hard time understanding which interface to use and what the details are for each. I would like to be able to get historical data as well as real time data. I want something that can connect directly to the data manager so I do not have to have the whole program running at the time to get things to work. I have searched throught the knowledge base and forums as well as talked to customer support but still do not have a good answer to this question.
Here are the options as I understand it from the knowledge base:
DDE - I can't seem to get the sample to work for this and don't see any documentation on it. It sounds like this would not get historical data anyway.
EFS - it looks like this would allow access to the data from within the program but I don't see how it allows access from other programs (which is my main goal).
Desktop API - requires the program to be running and has additional costs.
Standard API - does not sound like a private user can even do this.
I have seen 3rd party applications that only use the Data Manager and have access to historical as well as real time data. How are these applications doing this and how can I do it myself.
thanks
Here are the options as I understand it from the knowledge base:
DDE - I can't seem to get the sample to work for this and don't see any documentation on it. It sounds like this would not get historical data anyway.
EFS - it looks like this would allow access to the data from within the program but I don't see how it allows access from other programs (which is my main goal).
Desktop API - requires the program to be running and has additional costs.
Standard API - does not sound like a private user can even do this.
I have seen 3rd party applications that only use the Data Manager and have access to historical as well as real time data. How are these applications doing this and how can I do it myself.
thanks
Comment