Announcement

Collapse
No announcement yet.

XMLGetBasicQuote dependencies?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • XMLGetBasicQuote dependencies?

    If I only call XMLGetBasicQuote for a symbol, I get back <quote></quote>. If I start streaming quotes or T&S on that symbol, XMLGetBasicQuote starts returning the correct data, until I stop streaming quotes or T&S. Is this the expected behavior of XMLGetBasicQuote, or am I doing something wrong?

  • #2
    Answering my own question, it looks like XMLGetBasicQuote is intended as a replacement for GetBasicQuote, and should be called within an OnQuoteChanged handler. If I'm misunderstanding this API call, please let me know.

    Comment


    • #3
      You got it. XMLGetBasicQuote was added after GetBasicQuote and is more flexible to add new data types. Both are available, but XMLGetBasicQuote provides more information.

      Comment

      Working...
      X