Fixed issue #17

This commit is contained in:
vdemydiuk
2016-10-07 17:05:06 +03:00
parent cacc0ea787
commit 0b3d686f05
2 changed files with 31 additions and 36 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
using System.Linq;
using System.Text;
namespace MtApi5
{
@@ -8,7 +6,7 @@ namespace MtApi5
{
public ENUM_TRADE_REQUEST_ACTIONS Action { get; set; } // Trade operation type
public uint Magic { get; set; } // Expert Advisor ID (magic number)
public uint Order { get; set; } // Order ticket
public ulong Order { get; set; } // Order ticket
public string Symbol { get; set; } // Trade symbol
public double Volume { get; set; } // Requested volume for a deal in lots
public double Price { get; set; } // Price