mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-21 22:58:15 +00:00
Added field Swap to MtOrder class. Mark function OrderSwap as obsolete
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user