Syntax
Public Sub EntryOrderExecuted(ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal LPOrderID As String, ByVal AtPrice As Double, ByVal TicketID As String)
This event fired when Limit orders hitonthe LP side.
Parameters
Key | Description |
LP | The LP Object |
LPOrderID | The LP Order ID |
AtPrice | the price that limit orders executed on it |
TicketID | Ticket number that limit order executed to it . |
See Also