21 using System.Collections.Generic;
33 private readonly HashSet<SecurityType> _supportSecurityTypes =
new(
44 private readonly HashSet<OrderType> _supportOrderTypes =
new(
91 if (!_supportSecurityTypes.Contains(security.
Type))
99 if (!_supportOrderTypes.Contains(order.
Type))
111 return base.CanSubmitOrder(security, order, out message);
148 private static bool IsComboOrderType(
OrderType orderType)