16 using System.Collections.Generic;
32 private readonly HashSet<OrderType> _supportedOrderTypes =
new HashSet<OrderType>
65 if (!_supportedOrderTypes.Contains(order.
Type))
98 else if (security.
Price < 5)
182 if (splitFactor > 1.0m)
188 base.ApplySplit(tickets, split);