52 throw new ArgumentException(
"Brokerage must be of type BacktestingBrokerage for use wth the BacktestingTransactionHandler");
56 _algorithm = algorithm;
58 base.
Initialize(algorithm, brokerage, resultHandler);
72 base.ProcessSynchronousEvents();
89 base.ProcessAsynchronousEvents();
107 Log.
Error(
"BacktestingTransactionHandler.WaitForOrderSubmission(): " +
108 $
"The order request (Id={ticket.OrderId}) was not submitted. " +
109 "See the OrderRequest.Response for more information");