Added MtNofication message into MtClient

This commit is contained in:
Viacheslav Demydiuk
2024-01-12 21:29:46 +02:00
parent 98e3961e18
commit 919ca97101
3 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -3792,7 +3792,7 @@ namespace MtApi5
{
Log?.Debug("OnConnected: begin");
Client?.Send(new MtClientReady());
Client?.Send(new MtNotification(MtNotificationType.ClientReady));
_isBacktestingMode = IsTesting();