Syntax
Public Sub LPMarketOrderRejected(LP As VertexFXBridgeAPI.VertexFXLP, LPOrderID As String, Reason As String)
This event is fired when the LP reject the market order.
Parameters
| Key | Description |
| LP | The LP object |
| LPOrderID | The LP market order |
| Reason | The reason of rejecting the market order from the LP side |
See Also