From 80221648f78fa7130e4aa15230a6e354b76d3897 Mon Sep 17 00:00:00 2001 From: vlad zverzhkhovskiy Date: Mon, 15 Sep 2025 13:51:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B4=D0=B5=D0=BB=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KLHZ.Trader.Core/Exchange/Services/TradingCommandsExecutor.cs | 2 ++ 1 file changed, 2 insertions(+) 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,