Apama Capital Markets Adapters 10.1 | Apama Capital Markets Adapters Documentation 10.1 | 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.

Copyright © 2013-2017 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.