Added field Swap to MtOrder class. Mark function OrderSwap as obsolete

This commit is contained in:
DW
2016-04-29 19:31:35 +03:00
parent 36965bd02c
commit 4511a64a39
5 changed files with 13 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ namespace MtApi
public string Comment { get; set; }
public double Commission { get; set; }
public int MagicNumber { get; set; }
public double Swap { get; set; }
public DateTime OpenTime
{