Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Morgan Stanley FX FIX Adapter | MSFX Ladder Pricing | Session configuration
 
Session configuration
MSFX MD sessions must be configured with the following configuration parameters:
SERVICEID = MSFX-FIX
For example, for most MSFX client installations the following session configuration could be used:

com.apama.fix.SessionConfiguration("MSFX_MD_Connection", {"SERVICEID":"MSFX-FIX",
"SubscriptionManager.MarketDataFullRefresh":"true",
"SubscriptionManager.ReuseRequestID":"false",
"SubscriptionManager.IncludeTimeInRequestID":"true",
"SubscriptionManager.ForwardMDReqID":"true"})
com.apama.fix.SessionConfiguration("MSFX_TD_Connection", {"SERVICEID":"MSFX-FIX",
"OrderManager.GenerateNewStyleOrderIds":"true"})