Syntax
Public Sub LPLimitOrderRejected(LP As VertexFXBridgeAPI.VertexFXLP, BOOrderID As String, Reason As String)
This event is fired when the LP rejects the limit order.
Parameters
Key | Description |
LP | The LP object |
BOOrderID | The Backoffice order ID |
Reason | The reason of rejecting the limit order |
See Also