Syntax
Public Sub UpdateLimitOrderResult(Result As VertexFXBridgeAPI.TransResult, OrderID As String, ServerTime As String)
This event is fired when a limit order is updated.
Parameters
Key | Description |
Result | Value of typeTransResult |
OrderId | The Order ID. Value of type string. |
ServerTime | Value of type string |
See Also