Fixed issue #8 (Missing StopLoss and TakeProfit properties in MtOrder)

This commit is contained in:
DW
2016-06-07 14:25:14 +03:00
parent d01a899aae
commit 949eb0a8c9
7 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define ProductName="MtApi" ?>
<?define ProductVersion="1.0.27" ?>
<?define ProductVersion="1.0.28" ?>
<?define Manufacturer="DW"?>
<?define ProductPath="..\build\products\$(var.Configuration)\"?>