mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 06:13:09 +00:00
Fixed issue #8 (Missing StopLoss and TakeProfit properties in MtOrder)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user