mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-07 07:57:50 +00:00
Issue #202: [MT5] added Buy/Sell functions
This commit is contained in:
@@ -16,6 +16,8 @@ namespace MtApi5.Requests
|
||||
ChartTimePriceToXY = 9,
|
||||
ChartXYToTimePrice = 10,
|
||||
PositionClose = 11,
|
||||
SymbolInfoTick = 12
|
||||
SymbolInfoTick = 12,
|
||||
Buy = 13,
|
||||
Sell = 14
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user