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"})