Does anybody know if XMLGetBasicQuote works with Futures?
It seems to work perfectly fine with stocks [ XMLGetBasicQuote("MSFT") ], but it fails with SP Z5 and DJ Z5.
sXML = esignal.XMLGetBasicQuote("DJ Z5");
returns an empty quote
<Quote>
<\Quote>
I tried to request SP Z5 with the eSignal Data Manager (Files -> symbol Monitor) and it works fine, so I dont think its an access issue.
Thanks in advance.
It seems to work perfectly fine with stocks [ XMLGetBasicQuote("MSFT") ], but it fails with SP Z5 and DJ Z5.
sXML = esignal.XMLGetBasicQuote("DJ Z5");
returns an empty quote
<Quote>
<\Quote>
I tried to request SP Z5 with the eSignal Data Manager (Files -> symbol Monitor) and it works fine, so I dont think its an access issue.
Thanks in advance.
Comment