1. With NT being multi-threading are all events like "OnOrderUpdate", "OnBarUpdate",OnExcution" are called and run from the same thread context?
(is the OnBarUpdate" and "OnOrderUpdate" are running in the same thread context)
2. Is it possible that "OnBarUpdate" will called and run while "OnOrderUpdate" are processed?
3. Is there any particular logic sequence that these events are called and proccessed?
sincerely
,Kobi

Comment