56 /// <param name="deltaBuyingPower">The delta buying power to apply.
57 /// Sign defines the position side to apply the delta</param>
58 /// <param name="minimumOrderMarginPortfolioPercentage">Configurable minimum order margin portfolio percentage to ignore orders with unrealistic small sizes</param>
59 /// <param name="silenceNonErrorReasons">True will not return <see cref="GetMaximumOrderQuantityResult.Reason"/>
60 /// set for non error situation, this is for performance</param>