Market data server
The FIX_MarketDataServer translates incoming fix market data request messages into their Apama equivalents like com.apama.mds.SubscribeDepth and com.apama.mds.SubscribeTick events.
A FIX MarketData Server can be configured and instantiated by sending the following event:
com.apama.fix.MDServerConfiguration {
string connection;
dictionary<string,string> configuration;
}