Syntax
Public Sub OnPositionTrade(ByRef actionType as VTLServerApplication.ENUM_TRADE_ACTION_TYPE, ByRef TicketID as Integer)
Description
This Event generates after returning position result.
Parameters
Key | Description |
actionType | value can be one of ENUM_TRADE_ACTION_TYPE |
TicketID | ID of ticket |
See Also