21 using System.Collections.Generic;
33 private readonly HashSet<SecurityType> _supportSecurityTypes =
new(
45 private readonly HashSet<OrderType> _supportOrderTypes =
new(
92 if (!_supportSecurityTypes.Contains(security.
Type))
100 if (!_supportOrderTypes.Contains(order.
Type))
112 return base.CanSubmitOrder(security, order, out message);
149 private static bool IsComboOrderType(
OrderType orderType)