Hi All,
Assumption: I have one “open” order of initial quantity “400” that is partially filled now with 200” quantity and has “200” pending quantity. lot_size = 100 for simplicity.
Question-1: What happens to the open order if modify order request is placed with new quantity of “100” ? Will the order get cancelled immediately or would the modify request fail, yet keeping the order in open state ?
Question-2: What happens to the open order if modify order request is placed with new quantity of “300” ? Does this shrunk the open order and will the charges still be for 300 units as single order if the remaining “100” gets filled later ?
Question-3: What if modify order request is placed with higher quantity of “500” ? Will the modify fail or if the modify request succeeds, what happens to charges calculation if the remaining units get filled ?
Could someone please help with answers that align with the internal implementation of API ? Thanks In Advance. Thank you.