Syntax
Public Sub NewSLTPOrderResult(ByRef Result As VTLServerApplication.NewOrderResultEnum, ByRef OrderId As Integer, ByRef ServerTime As String)
Description
This Eventgenerates after calling the NewSLTPOrderand receive its result.
Parameters
Key | Description |
Result | The response from the server, |
OrderID | SLTP order number, |
ServerTime | The server time when the operation |
Remark
Use this event know the result for the new SLTP order.
See Also