Syntax
Public Sub LPMarketOrderCLosedFailed(ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal OpenTicket1 As String, ByVal OpenTicket2 As String, ByVal Reason As String)
This event is fired when closing the market order failed in the LP side.
Parameters
Key | Description |
LP | The LP Object |
OpenTicket1 | The first ticket ID |
OpenTicket2 | The second ticket ID |
Reason | The failed reason |
See Also