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