Added OrderSendRequest/OrderSendResponse. Changed functions OrderSend to use request pattern

This commit is contained in:
DW
2016-04-28 19:34:45 +03:00
parent 640c680933
commit ace3764317
14 changed files with 291 additions and 100 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ namespace MtApi
//NoCommand = 0
//trade operations
OrderSend = 1,
OrderSendBuy = 1001,
OrderSendSell = 1002,
// OrderSend = 1,
// OrderSendBuy = 1001,
// OrderSendSell = 1002,
OrderClose = 2,
OrderCloseByCurrentPrice = 152,
OrderCloseBy = 3,