Issue #284: MtApi5/MQL5 - added function GetSymbols

This commit is contained in:
Viacheslav Demydiuk
2025-09-30 16:14:13 +03:00
parent 92322e866e
commit c536585cd2
6 changed files with 94 additions and 18 deletions
+2 -1
View File
@@ -259,6 +259,7 @@ namespace MtApi5.MtProtocol
OrderSendAsync = 302,
OrderCheck = 303,
Buy = 304,
Sell = 305
Sell = 305,
GetSymbols = 306
}
}