Do these methods interrupt other methods until complete?
Is updated information available immediately within a method.
The methods of interest are:
OnBarUpdate
OnOrder
OnExecution
OnPosition
For example while processing in the OnBarUpdate method, can OnExecution interrupt its flow until done. And thus variables affected by OnExecution could change midstream during the processing of OnBarUpdate.
Can OnExecution interrupt OnOrder?

Comment