16 using System.Runtime.CompilerServices;
27 public static partial class Messages
48 [MethodImpl(MethodImplOptions.AggressiveInlining)]
51 return $
"Executing {command}";
68 [MethodImpl(MethodImplOptions.AggressiveInlining)]
71 return $
"Reading command file {commandFilePath}";
77 [MethodImpl(MethodImplOptions.AggressiveInlining)]
80 return $
"File {commandFilePath} does not exists";
93 [MethodImpl(MethodImplOptions.AggressiveInlining)]
96 return Invariant($
"{orderType} for {quantity} units of {symbol}: {response}");