Fixed issue #17: fix error in test client

This commit is contained in:
vdemydiuk
2016-10-07 17:42:36 +03:00
parent 0b3d686f05
commit 84dfd21f9f
+1 -1
View File
@@ -39,7 +39,7 @@ namespace MtApi5TestClient
}
}
public uint Order
public ulong Order
{
get { return TradeRequest.Order; }
set