Hello everyone,
I am experiencing some problems with the function "OnQuoteChanged" when requesting options.
When I request a stock for example"GS" the function OnQuoteChanged is called when eSignal receive a response, but when I request an option for example "GS GL" the OnQuoteChanged is never called
I found out that eSignal is receiving the data of "GS GL" (by calling the same function 10 seconds later) but I have no way to find out when the data are really received.
Did I missed something?
Thanks for your help
PS: In am developping with VB6
I am experiencing some problems with the function "OnQuoteChanged" when requesting options.
When I request a stock for example"GS" the function OnQuoteChanged is called when eSignal receive a response, but when I request an option for example "GS GL" the OnQuoteChanged is never called
I found out that eSignal is receiving the data of "GS GL" (by calling the same function 10 seconds later) but I have no way to find out when the data are really received.
Did I missed something?
Thanks for your help
PS: In am developping with VB6
Comment