Sidav has contributed to 3 posts out of 21251 total posts
(0.01%) in 4,769 days (0.00 posts per day).
20 Most recent posts:
Yep, I'm experiencing the same thing, but I suspect something changed on the server side. I started experiencing this on the last 5.xx version so I upgraded to 6.xx but it is the same.
I have been getting historical data from Comex for more than 4 years.... On 2015-07-06 17:09:07 the prices are stuck and no more later prices are available... Are you going to fix this any time soon?
Has anyone got the COM API to work with CF, any help would be appreciated.
I am using CF9 and I get partial satisfacyion with the following code:
<cfscript>
//Instantiate the com object HIST=CreateObject("COM", "DTNIQFeedCOM.HistoryLookup3"); //send the lookup requests Resultset = HIST.ReqHistoryTickDatapoints("@ES##",1, 0,01, 1); </cfscript>
I have enabled the logging, and on the log file I see my request and the correct data returned (Log level 3072), but there is no data in the resultset variable and CF throws an error saying that "the variable resultset does not exist".
I see your web site is CF so perhaps one of your developers can work this out for me.
Thanks!
|