Syntax
Public Sub ClosePosResult(Result As VertexFXBridgeAPI.TransResult, OpenTicket As String)
Thisevent fires when receiving the result from the server after calling theClosePositionmethod.
Parameters
Key | Description |
Result | Result of closing position of typeVertexFXBridgeAPI.TransResult |
OpenTicket | Ticket ID for the open position |
Remarks
Use this event to know the result of closing an open position.
See Also