Syntax
Event NewLimitOrderResult(Result As NewOrderResultEnum,OrderID As Integer,ServerTime As String, TransTag As String)
Description
This event is raised after calling the NewLimitOrder method and receive its result from the server.
Parameters
| Part | Description |
| Result | The response from the server, Value of type NewOrderResultEnum |
| OrderID | Limit order number, value of type Integer. |
| ServerTime | The server time when the operation is proceeded, value of type String. |
| TransTag | The same string that was sent throughNewLimitOrdermethod, a value of type String. |
Remarks
Use this event to know the result for the New limit order.
See Also