Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Apama Base FIX Adapter | FIX service monitors | Server session | Market data server
 
Market data server
 
Configuration properties
Supported features
Creating contexts at startup and dynamically
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;
}