Will the OnExecution method be called as a result of additional fills?
For example:
Suppose the trade is EnterLong(100 shares)
Suppose that In the first step, only 50 share got filled (and the OnExecution method was called)
Will the OnExecution method be called again if the rest of the desired quantity gets filled?
If not, which method will be invoked?
Thank you in advanced.
Ron

Comment