Oh, I just love these kind of posts. Guess what ? Similar posts have been showing up for years now on the Interactive Broker's API forum.Quote from mnx:
very interesting.
I was poking around with my code today and I found something interesting that's undocumented but I have no idea what it does.
STIQuote.Destroy
and STIEvents.Destroy
Anyone know or have a guess of what they do?
- mnx
It seems as though ALL OF THESE VENDORS HAVE POOR, POOR API SUPPORT. The programmers are learning only by TRIAL AND ERROR.....many errors !
I still can't determine WHY...you would think a good API would encouragea a lot of round-trips and therefore more commish.
Only problem I'm facing when using the interfaces is that I don't know how to do the event sinking in Delphi ... Because, for example, the TSTIQuote class has properties for events like 'OnSTIQuoteSnap' and the ISTIQuote interface has not ...