Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | BM+F FIX Adapter | Session configuration for BMF Support monitors
 
Session configuration for BMF Support monitors
First com.apama.fix.bmf.SessionConfiguration event must be sent to correlator:
Preprocessing of orders and market data updates are handled in support service monitors so user needs to send the following configuration event for initialising the corresponding sessions with respect to global session configuration event.
Here is the configuration event definition.
event com.apama.fix.bmf.SessionConfiguration {
string marketDataConnection;
string orderDataConnection;
dictionary<string,string> configuration;
}
If Orders and Market data processing is done in single session then mention the same for fields "marketDataConnection" and "marketDataConnection" of the BMF configuration event.
For example com.apama.fix.bmf.SessionConfiguration("BMF_TRANSPORT","BMF_TRANSPORT",{})
If the market names are different: com.apama.fix.bmf.SessionConfiguration("BmfFixTransportMD","BmfFixTransportOMS", {})
If more than one MD or OMS is needed, send: com.apama.fix.bmf.SessionConfiguration("BmfFixTransportMD2","BmfFixTransportOMS2", {})