Syntax
Public Sub OnOrderTrade(ByRef actionType as VTLServerApplication. ENUM_TRADE_ACTION_TYPE)
Description
This event rises after taking a new order and receiving its result from the server.
Parameters
Key | Description |
actionType | order action |
OrderID | |
returnValue | Server result |
See Also