Issue #204: [MT5] Added function OrderSendAsync

This commit is contained in:
Viacheslav Demydiuk
2020-10-13 15:16:55 +03:00
parent 93aed4e44c
commit ce7953eee0
6 changed files with 73 additions and 3 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ namespace MtApi5.Requests
PositionClose = 11,
SymbolInfoTick = 12,
Buy = 13,
Sell = 14
Sell = 14,
OrderSendAsync = 15
}
}