Fixed issue #8 (Missing StopLoss and TakeProfit properties in MtOrder)

This commit is contained in:
DW
2016-06-07 14:25:14 +03:00
parent d01a899aae
commit 949eb0a8c9
7 changed files with 30 additions and 20 deletions
+2
View File
@@ -18,6 +18,8 @@ namespace MtApi
public int MagicNumber { get; set; }
public double Swap { get; set; }
public int MtExpiration { get; set; }
public double TakeProfit { get; set; }
public double StopLoss { get; set; }
public DateTime OpenTime
{