21 using System.Collections.Generic;
31 private readonly HashSet<OrderType> _supportedOrderTypes =
new HashSet<OrderType>
39 private const decimal _defaultLeverage = 3m;
71 return _defaultLeverage;
114 if (!_supportedOrderTypes.Contains(order.
Type))
133 if (!stopPrice.HasValue)
170 return base.CanSubmitOrder(security, order, out message);
196 return map.ToReadOnlyDictionary();