mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-01 13:07:52 +00:00
Fixed #6: Set feild 'symbol' of order in mql part
This commit is contained in:
Binary file not shown.
@@ -183,6 +183,7 @@ public:
|
||||
{
|
||||
order = new MtOrder();
|
||||
order._ticket = OrderTicket();
|
||||
order._symbol = OrderSymbol();
|
||||
order._operation = OrderType();
|
||||
order._openPrice = OrderOpenPrice();
|
||||
order._closePrice = OrderClosePrice();
|
||||
|
||||
Reference in New Issue
Block a user