Syntax
Public Sub LPMarketOrderFailed(LP As VertexFXBridgeAPI.VertexFXLP, BOOrderID As String, Reason As String)
This event is fired when the LP faild in handling the market order.
Parameters
Key | Description |
LP | The LP object |
BOOrderID | The order ID of the Backoffice |
Reason | The reason of fail handeling the order |
See Also