I save all my orders which are filled in the object_store so I can handle scenarios where algorithm gets restarted unexpectedly or I need to deploy the algorithm. after marketOrder get executed, I store the Symbol, OrderDateTime, Quantity, Filled price , Internal OrderId and BrokerageId . How to get  Filled price , Internal OrderId and BrokerageId from 

self.algorithm.MarketOrder

 

  1.  order_ticket = self.algorithm.MarketOrder(symbol, allowed_quantity)