OnExecutionUpdate
23.06.2020 07.46

Algorithmic Trading with NinjaTrader

Frank

* Trying to understand this part better

* the OnExecutionUpdate method line 11 is setup with some argumentrs

? line 15, "execution.Order.OrderState", the part "execution", is this where it contains the last OnExecutionUpdate data ?
* execution seems is a var that carries all the last available execution-data

? Also wanted to know, from where is the data poured into the execution var ? Can you please explain that a bit.

  • Yuri Zolotarev
    23.06.2020 10:49

    Data comes in from NinjaTrader API

     is this where it contains the last OnExecutionUpdate data ?

    Yes.