public ExecuteTradeOrderAuthorizer(ServiceAccount serviceAccount, IAccountCollection accountCollection, TradeMatchEngine tradeMatchEngine) : base(serviceAccount, accountCollection)
 {
     _TradeMatchEngine = tradeMatchEngine;
 }