Syntax
Public Sub LPMarketOrderRequoted(ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal LPOrderID As String, ByVal NewPrice As Double)
This event is fired when the LP requotes a market order.
Parameters
| Key | Description |
| LP | The LP Object |
| LPOrderID | The LP Order ID |
| NewPrice | The new requoted price |
See Also