Syntax
Public Overrides Function DeleteLimitOrder(OrderID As String,Optional AccountID As String = "") As VertexFXBridgeAPI.TransResult
This function should delete limit orders with the LP, this will return an object of typeTransResultthat represents a fail or success result.
Parameters
Key | Description |
OrderID | Order IDof typestring |
AccountID | Optional value for Account ID |
Sample
Public sub main () Dim Result As VertexFXBridgeAPI.TransResult Result=LP.GetLP("Description").DeleteLimitOrder("553210","") End Sub
See Also