Syntax
Public Sub LPLimitOrderDeletedFailed(ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal LPOrderID As String, ByVal Reason As String)
This event is fired when deleting limit order failed in the LP side.
Parameters
Key | Description |
LP | The LP Object |
LPOrderID | The LP Order ID |
Reason | The failed reason |
See Also