Session configuration
BARX sessions must be configured with the following configuration parameters:
TRADING SESSIONS:
OrderManager.GenerateNewStyleOrderIds = true
FixChannel = BARX_FIX
MARKET DATA SESSIONS (Legacy Mode):
FixChannel = BARX_FIX
SubscriptionManager.EnableMassQuoteAcknowledgement = true
SERVICEID = BARX-FIX
For example, for most BARX client installations the following session configuration could be used:
// For BARX Trading Session
com.apama.fix.SessionConfiguration("BARX_TRADING", {"FixChannel":"BARX_FIX",
"OrderManager.GenerateNewStyleOrderIds":"true"})
// For BARX MARKET DATA Session
com.apama.fix.SessionConfiguration("BARX_MARKET_DATA", {"FixChannel":"BARX_FIX",
"SubscriptionManager.EnableMassQuoteAcknowledgement":"true","SERVICEID":"BARX-FIX"})