mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
Fixed build of MT5 test client
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using MtApi5;
|
using MtApi5;
|
||||||
|
|
||||||
@@ -29,7 +26,7 @@ namespace MtApi5TestClient
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public uint Magic
|
public ulong Magic
|
||||||
{
|
{
|
||||||
get { return TradeRequest.Magic; }
|
get { return TradeRequest.Magic; }
|
||||||
set
|
set
|
||||||
@@ -109,7 +106,7 @@ namespace MtApi5TestClient
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public uint Deviation
|
public ulong Deviation
|
||||||
{
|
{
|
||||||
get { return TradeRequest.Deviation; }
|
get { return TradeRequest.Deviation; }
|
||||||
set
|
set
|
||||||
|
|||||||
Reference in New Issue
Block a user