Fixed #6: Set feild 'symbol' of order in mql part

This commit is contained in:
DW
2016-05-16 10:29:07 +03:00
parent 13c3ce1445
commit b94804c44c
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -183,6 +183,7 @@ public:
{
order = new MtOrder();
order._ticket = OrderTicket();
order._symbol = OrderSymbol();
order._operation = OrderType();
order._openPrice = OrderOpenPrice();
order._closePrice = OrderClosePrice();