internal override AddTransactionCommandBase CreateByAutoClose(Account account, Agent.Order openOrder, iExchange.Common.Price closePrice, iExchange.Common.OrderType orderType)
 {
     throw new  NotImplementedException();
 }
 internal override AddTransactionCommandBase CreateByAutoClose(Account account, Order openOrder, iExchange.Common.Price closePrice, iExchange.Common.OrderType orderType)
 {
     return(new AddPhysicalTransactionCommand(account, (PhysicalOrder)openOrder, closePrice, orderType));
 }