Announcement

Collapse
No announcement yet.

Why is OnOnQuoteChanged event thrown, although I unsubsribed to quotes ?

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

  • Why is OnOnQuoteChanged event thrown, although I unsubsribed to quotes ?

    Hi,

    I'm doing .NET.

    - I subscribed to quotes by calling eSignal.Request("MSFT", 1)
    - market data starts streaming in: OnQuoteChanged is called
    - I unsubscribe by calling eSignal.Request("MSFT", 0)
    - OnQuoteChanged still is called

    Why ??

    Any comment is appreciated.
    Dierk Droth
    www.trademagic.net
    TradeMagic - Trading at its best

  • #2
    To "unsubscribe", you need to call ReleaseSymbol(handle)

    Comment


    • #3
      Robi,

      Ups, right. RTFM. I missed that one.

      Thanks
      Dierk Droth
      www.trademagic.net
      TradeMagic - Trading at its best

      Comment

      Working...
      X