mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
Issue #93: Fixed typo Cction (Action) in MtApi5.mq5
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user