Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | EBS Spot Ai FIX Adapter | UserLogonRequest
 
UserLogonRequest
After sending SessionConfiguration and the session has started, you must send application login:

com.apama.fix.ebs.UserLogonRequest("Connection Name", "RequestID",
"Username", "Password",[com.apama.fix.ebs.UserData("AutoCancelDuplSession","Y",{}),
com.apama.fix.ebs.UserData("PriceCheck","N",{})], {})
UserData like AutoCancelDuplSession, PriceCheck, AggregationProvider, ClientType etc. can also be specified with the Logon Request as shown in above sample.
Sample user login request to get NDF data:

com.apama.fix.ebs.UserLogonRequest("TRANSPORT", "123", "USERNAME", "PASSWORD",
[com.apama.fix.ebs.UserData("AllowNDFSwapInfo","Y",{}),
com.apama.fix.ebs.UserData("AllowFixPointsInfo","Y",{})], {})