Syntax
Public Sub UpdateLimitOrderResult(ByRef Result As VTLServerApplication.NewOrderResultEnum, ByRef OrderId As Integer,ByRef ServerTime As String)
Description
This Eventgenerates after calling the UpdateLimitOrderand receive its result.
Parameters
Key | Description |
Result | The response from the server,value of typeNewOrderResultEnum |
OrderID | Limit order number that had been updated, 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 thelimit Order update.
See Also