diff --git a/KLHZ.Trader.Core/Exchange/Services/TradingCommandsExecutor.cs b/KLHZ.Trader.Core/Exchange/Services/TradingCommandsExecutor.cs index 5fff356..cc34d6a 100644 --- a/KLHZ.Trader.Core/Exchange/Services/TradingCommandsExecutor.cs +++ b/KLHZ.Trader.Core/Exchange/Services/TradingCommandsExecutor.cs @@ -76,6 +76,8 @@ namespace KLHZ.Trader.Core.Exchange.Services var res = await _investApiClient.Orders.PostOrderAsync(req); + _logger.LogWarning("Исполнена команда c id {commandId} на операцию с активом {figi}! Направление: {dir}; Число лотов: {lots}; цена: {price}", tradeCommand.CommandId, res.Figi, + res.Direction, res.LotsExecuted, (decimal)res.ExecutedOrderPrice); //var result = new DealResult //{ // Count = sign * res.LotsExecuted,