In live mode, the terminal UI contains a window with the order ticket history which looks like it's obtained from the broker. This order history is persisted even if the algo is shutdown and re-deployed.
The QC SecurityTransactionManager interface to get order tickets only returns orders if they occurred during the current execution session and not orders that occurred in previous sessions. i.e. it doesn't return the persisted order ticket history.
Is it possible for an algo to get the persisted order ticket history at startup?