mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 22:28:17 +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 = new MtOrder();
|
||||||
order._ticket = OrderTicket();
|
order._ticket = OrderTicket();
|
||||||
|
order._symbol = OrderSymbol();
|
||||||
order._operation = OrderType();
|
order._operation = OrderType();
|
||||||
order._openPrice = OrderOpenPrice();
|
order._openPrice = OrderOpenPrice();
|
||||||
order._closePrice = OrderClosePrice();
|
order._closePrice = OrderClosePrice();
|
||||||
|
|||||||
Reference in New Issue
Block a user