Issue #96: Implemented function PositionGetTicket in MtApi (MT5)

This commit is contained in:
vdemydiuk
2018-03-08 17:45:22 +02:00
parent 0a39b69b15
commit ec6c71607b
6 changed files with 68 additions and 24 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ namespace MtApi5
//OrderSend = 1,
OrderCalcMargin = 2,
OrderCalcProfit = 3,
//OrderCheck = 4,
//OrderSendAsync = 5,
PositionsTotal = 6,
PositionGetSymbol = 7,
@@ -17,6 +16,7 @@ namespace MtApi5
PositionGetDouble = 9,
PositionGetInteger = 10,
PositionGetString = 11,
PositionGetTicket = 4,
OrdersTotal = 12,
OrderGetTicket = 13,
OrderSelect = 14,