With the UNMANAGED APPROACH.
When some condition is true, I want to change the Quantity parameter of an order that has not been either Canceled or filled. Since the order is submited, do I have to reset it to null to call the ChangeOrder()? In that case, Which even driven method can I use?
Thanks.

Comment