Hi,
I'm a newbie tinkering with the VB codes on the file section. I
want to place a limit order instead of a market order and modified
the original code to the following line but it wont work - TWS
reports the limit price as 0. What's wrong?
Call PlaceNewOrder("BUY", 1, "ES", "FUT", "200209",
0, "", "GLOBEX", "", "LMT", 888, 0)
Thanks,
Larry
BTW, I'll post my finished program if it works.