17 using System.Runtime.CompilerServices;
41 [MethodImpl(MethodImplOptions.AggressiveInlining)]
42 public static string ZeroInitialPriceValue(DateTime frontierTimeUtc, Algorithm.Framework.Alphas.Insight insight)
44 return Invariant($
"InsightManager.Step(): Warning {frontierTimeUtc} UTC: insight {insight} initial price value is 0");
56 [MethodImpl(MethodImplOptions.AggressiveInlining)]
59 return Invariant($
"SecurityValues for symbol {symbol} was not found");