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