17 using System.Collections.Generic;
34 private readonly HashSet<OrderType> _supportedOrderTypes =
new()
44 public new static readonly IReadOnlyDictionary<SecurityType, string>
DefaultMarketMap =
new Dictionary<SecurityType, string>
47 }.ToReadOnlyDictionary();
81 return base.GetShortableProvider(security);
116 if (!_supportedOrderTypes.Contains(order.
Type))