I simply can't make it work. I can see the VBA code in the demo spreadsheet, but something is not right when I try to code it into my VB app. OK, I can connect fine, TWS asks me if I want to accept the connection, then I request the data (only 1 ticker for a test) reqMarketData, then ...what? How do I put that data in a label, text box, whatever? Can any kind soul post the piece of code that actually gets the data (Bid, Ask, or whatever) from the TWS, and puts it on screen? Thanx in advance.
Jaba
20 minutes later, and it's working like a charm. I simply confused Method with Event, that's all (duh!). Thank you very much