Version matapi4 1.0.20. Added OrderSendBuy, OrderSendSell

This commit is contained in:
vdemydiuk
2015-11-17 12:50:43 +02:00
parent aa7592ebd1
commit f1a8d83c3b
9 changed files with 157 additions and 5 deletions
+4
View File
@@ -11,6 +11,10 @@ namespace MtApi
//trade operations
OrderSend = 1,
OrderSendBuy = 1001,
OrderSendSell = 1002,
OrderSendBuyStoplossProfit = 10011,
OrderSendSellStoplossProfit = 10012,
OrderClose = 2,
OrderCloseBy = 3,
OrderClosePrice = 4,