30 private readonly decimal _acceptingSpreadPercent;
39 _acceptingSpreadPercent = Math.Abs(acceptingSpreadPercent);
51 _targetsCollection.AddRange(targets);
54 if (!_targetsCollection.IsEmpty)
56 foreach (var target
in _targetsCollection.OrderByMarginImpact(algorithm))
58 var symbol = target.Symbol;
62 if (unorderedQuantity != 0)
75 _targetsCollection.ClearFulfilled(algorithm);