Syntax
Public Overrides Function DeleteSLTPOrder(OrderID As String,Optional ByVal AccountID As String ="") As VertexFXBridgeAPI.TransResult
This function should delete SLTP 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 vlaue for Account ID |
Sample
Public sub main () Dim Result As VertexFXBridgeAPI.TransResult Result=LP.GetLP("Description").DeleteSLTPOrder ("553210","") End Sub
See Also