Apama Capital Markets Adapters 10.1 | Apama Capital Markets Adapters Documentation 10.1 | 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",{})], {})

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.