Fixed build of MT5 test client

This commit is contained in:
DW
2017-09-08 16:07:41 +03:00
parent 947599327a
commit 6873363d41
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using MtApi5;
@@ -29,7 +26,7 @@ namespace MtApi5TestClient
}
}
public uint Magic
public ulong Magic
{
get { return TradeRequest.Magic; }
set
@@ -109,7 +106,7 @@ namespace MtApi5TestClient
}
}
public uint Deviation
public ulong Deviation
{
get { return TradeRequest.Deviation; }
set