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.
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.
Comment