diff --git a/mq5/MtApi5.ex5 b/mq5/MtApi5.ex5 index 2c956cbb..4db920c2 100755 Binary files a/mq5/MtApi5.ex5 and b/mq5/MtApi5.ex5 differ diff --git a/mq5/MtApi5.mq5 b/mq5/MtApi5.mq5 index 71f7e987..7ab63b50 100755 --- a/mq5/MtApi5.mq5 +++ b/mq5/MtApi5.mq5 @@ -6272,7 +6272,7 @@ JSONObject* MqlTradeTransactionToJson(MqlTradeTransaction& trans) JSONObject* MqlTradeRequestToJson(MqlTradeRequest& request) { JSONObject *jo = new JSONObject(); - jo.put("Cction", new JSONNumber((int)request.action)); + jo.put("Action", new JSONNumber((int)request.action)); jo.put("Magic", new JSONNumber(request.magic)); jo.put("Order", new JSONNumber(request.order)); jo.put("Symbol", new JSONString(request.symbol));