Syntax
Public Sub DeleteSLTPOrderResult(ByRef Result As VTLServerApplication.NewOrderResultEnum, ByRef OrderId As Integer, ByRef ServerTime As String)
Description
This Event generates after calling the DeleteSLTPOrder and receive its result.
Parameters
Key |
Description |
Result |
The response from the server, value of type NewOrderResultEnum |
OrderID |
SLTP order number that had been deleted, value of type Integer. |
ServerTime |
The server time when the operation is proceeded, value of type String. |
Remark Use this event know the result for the delete of limit order.
See Also
Back to VTL Server Script Index
|