Issue #89: Changed function OrderCheck to use json request/response

This commit is contained in:
vdemydiuk
2018-02-19 17:02:19 +02:00
parent d6640300f5
commit f1c1df1e00
12 changed files with 141 additions and 131 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ namespace MtApi5.Requests
CopyTicks = 1,
iCustom = 2,
OrderSend = 3,
PositionOpen = 4
PositionOpen = 4,
OrderCheck = 5
}
}