Fixed the type of Deviation property in MqlTradeRequest (MT5)

This commit is contained in:
Tr4Dr
2017-09-07 20:08:01 +02:00
parent d25fe529b4
commit 2ac29dc871
+1 -1
View File
@@ -13,7 +13,7 @@ namespace MtApi5
public double Stoplimit { get; set; } // StopLimit level of the order
public double Sl { get; set; } // Stop Loss level of the order
public double Tp { get; set; } // Take Profit level of the order
public uint Deviation { get; set; } // Maximal possible deviation from the requested price
public ulong Deviation { get; set; } // Maximal possible deviation from the requested price
public ENUM_ORDER_TYPE Type { get; set; } // Order type
public ENUM_ORDER_TYPE_FILLING Type_filling { get; set; } // Order execution type
public ENUM_ORDER_TYPE_TIME Type_time { get; set; } // Order expiration type