Session configuration
BOA adapter uses com.apama.oms interface for placing orders and CMF MDA for marketData.
Adapter configuration and subscription :
The Adapter configuration file FIXTransport-BaseFIXLibrary-BOA.xml contains properties which are used for sending subscription and unsubscription Requests.
BOA-FIX Trading sessions must be configured with the following configuration parameters:
FixChannel = BOA_FIX
OrderManager.updateKeyParamsOnStateChange = true
OrderManager.KillOrdersOnSessionDown = false
ServiceID = BOA-FIX
You should subscribe for the symbol before placing the order.
For example,
com.apama.fix.SessionConfiguration("BOA_TRADING", {"FixChannel":"BOA_FIX",
"SERVICEID":"BOA-FIX", "OrderManager.GenerateNewStyleOrderIds":"true",
"OrderManager.KillOrdersOnSessionDown":"false"})