From a5aa6a352fc019afb5f41528657107a61a67ca58 Mon Sep 17 00:00:00 2001 From: Brent Phillips Date: Tue, 8 Feb 2022 22:55:20 -0500 Subject: [PATCH] Fixed spacing in code --- .../Orchard/Frameworks/Framework_3.02/Common/Defines_mql4.mqh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/Orchard/Frameworks/Framework_3.02/Common/Defines_mql4.mqh b/Include/Orchard/Frameworks/Framework_3.02/Common/Defines_mql4.mqh index 88a25e3..6af3392 100644 --- a/Include/Orchard/Frameworks/Framework_3.02/Common/Defines_mql4.mqh +++ b/Include/Orchard/Frameworks/Framework_3.02/Common/Defines_mql4.mqh @@ -50,8 +50,8 @@ struct MqlTradeRequest { double tp; // Take Profit level of the order ulong deviation; // Maximal possible deviation from the requested price ENUM_ORDER_TYPE type; // Order type - int type_filling; // Order execution type (int here) - int type_time; // Order expiration type (int here) + int type_filling; // Order execution type (int here) + int type_time; // Order expiration type (int here) datetime expiration; // Order expiration time (for the orders of ORDER_TIME_SPECIFIED type) string comment; // Order comment ulong position; // Position ticket