Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | FXall TCPI Server Adapter | Transport events
 
Transport events
The User is given the option of disconnecting from the exchange using following event:
event doDisconnect {

string transportName;

dictionary<string, string> extraParams;
}

To connect back to a Exchange the user have to send the event.

event doConnect {

string transportName;

dictionary<string, string> extraParams;
}