mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 04:38:10 +00:00
Issue #109: Fixed typo 'Magic' to 'Order' in MQL function JsonToMqlTradeRequest
This commit is contained in:
Binary file not shown.
+1
-1
@@ -7059,7 +7059,7 @@ bool JsonToMqlTradeRequest(JSONObject *jo, MqlTradeRequest& request)
|
|||||||
|
|
||||||
//Order
|
//Order
|
||||||
CHECK_JSON_VALUE(jo, "Order", false);
|
CHECK_JSON_VALUE(jo, "Order", false);
|
||||||
request.order = jo.getLong("Magic");
|
request.order = jo.getLong("Order");
|
||||||
|
|
||||||
//Symbol
|
//Symbol
|
||||||
CHECK_JSON_VALUE(jo, "Symbol", false);
|
CHECK_JSON_VALUE(jo, "Symbol", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user