Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Reuters MAPI Adapter | Login management
 
Login management
User Logon Request
After sending SessionConfiguration and the session has started, the user must send application login:

com.apama.fix.mapi.UserLogonRequest {string TRANSPORT;string requestId;
string userId;
string password;
string senderSubId;
dictionary <string, string> extraParams;}
Example:

com.apama.fix.mapi.UserLogonRequest("MAPI_TRADING","", "123",
"ASP","234",{})
User Logout Request
User can do send a application logout using:

com.apama.fix.mapi.UserLogoutRequest {string TRANSPORT;string requestId;
string userId;string senderSubId;}
Example:

com.apama.fix.mapi.UserLogoutRequest("MAPI_TRADING Name","",
"ASP","XYZ")
Note:
MAPI user session gets logged off but FIX session will not be disconnected.