mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-25 00:28:18 +00:00
Issue #119: Added out parameter MqlTradeResult to function PositionClose
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MtApi5.Requests
|
||||
{
|
||||
internal class PositionCloseResult
|
||||
{
|
||||
public bool RetVal { get; set; }
|
||||
public MqlTradeResult TradeResult { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user