It looks like you're new here. If you want to get involved, click one of these buttons!
OPEN
state, cannot be modified? My requirement is that if a order doesn't get completely filled within a duration (i.e., not in COMPLETE
state), then:
filled_quantity == 0
), then cancel order. (No problem here)filled_quantity != 0
), then modify the ordered quantity to existing filled_quantity
The second leg order for the cover order is placed at the same time while placing the first leg order, hence the system won't allow user to modify the quantity.