Syntax
Public Sub LPMarketOrderAccepted(ByVal LP As VertexFXLP, ByVal LPOrderID As String, ByVal CoveredPrice As Double, ByVal LPTicketID As String)
This event is fired whenthe LP accepts the market order.
Parameters
| Key | Description |
| LP | The LP object |
| LPOrderID | The LP Order ID |
| CoveredPrice | The accepted price of the market order |
| LPTicketID | The LP ticket ID |
See Also