I am able to use the MarketData function and get correct prices but am unable to obtain the last price and size using the COM Interface with VB.
gobjNinjaClient.MarketData("6E 06-09", 1) - works
gobjNinjaClient.Last("6E 06-09", dblPrice, intSize) - does not work
Please does anyone know what I am doing wrong?
Thanks
Pobo
Comment