Skip to content

Commit e33ba5b

Browse files
committed
Issue #190: updated MtApi5.mq5 to version 1.7. Init string variable _erro
1 parent a0a4263 commit e33ba5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mq5/MtApi5.ex5

-1.08 KB
Binary file not shown.

mq5/MtApi5.mq5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#property copyright "Vyacheslav Demidyuk"
22
#property link ""
33

4-
#property version "1.6"
4+
#property version "1.7"
55
#property description "MtApi (MT5) connection expert"
66

77
#include <json.mqh>
@@ -172,6 +172,7 @@ void OnBookEvent(const string& symbol)
172172

173173
int preinit()
174174
{
175+
StringInit(_error,1000,0);
175176
StringInit(_response_error,1000,0);
176177

177178
return (0);

0 commit comments

Comments
 (0)