I have 2 questions:
1. I'm using unmanaged mode to send orders, and it is said that i should use SubmitOrder.
However, the submit order doesn't seem to allow me to set the TimeInForce parameter. I've read somewhere in the forum that we can set the TimeInForce parameter prior to sending orders like so:
TimeInForce = Cbi.TimeInForce.Day; orderObject = SubmitOrder(barsInProgressIndex, orderAction, orderType, quantity, limitPrice, stopPrice, ocoId, signalName);
2. It seems I'm allowed to put in odd lot orders, and orders can be partially filled with odd lot sizes too. Is there a way to change this behavior?
Thanks,
Budi

Comment