mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
Added MtNofication message into MtClient
This commit is contained in:
@@ -3792,7 +3792,7 @@ namespace MtApi5
|
||||
{
|
||||
Log?.Debug("OnConnected: begin");
|
||||
|
||||
Client?.Send(new MtClientReady());
|
||||
Client?.Send(new MtNotification(MtNotificationType.ClientReady));
|
||||
|
||||
_isBacktestingMode = IsTesting();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user