Announcement

Collapse
No announcement yet.

What works event OnQuoteChanged

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

  • What works event OnQuoteChanged

    What works event OnQuoteChanged and how can find data from method get_GetBasicQuote()

  • #2
    After calling the eSignal.RequestSymbol method, you will receive subsequent onQuoteChanged events. From the event handler esignal_OnQuoteChanged (sym), you would call eSignal.GetBasicQuote (sym) to obtain the quote object. From the quote object, you can then extract bid/ask/last and sizes information.

    For further detail, you can take a look at our VB sample available at the ActiveX Development Group at http://share.esignal.com

    Comment

    Working...
    X