com.apama.md.user
Event MDManagerFactory


The Market Data Manager Factory (MDManagerFactory) is used to create new manager interfaces for the various different datastream types available.
Action summary
 voidcreateMDManager(context mainContext, com.apama.session.SessionKey sessionKey, action<integer, com.apama.md.user.MDManagerInterface> success, action<integer, com.apama.md.client.Error> failure)

The Market Data Manager Factory (MDManagerFactory) is used to create new manager interfaces for the various different datastream types available.
 
Action detail

createMDManager

            void createMDManager(context mainContext, com.apama.session.SessionKey sessionKey, action<integer, com.apama.md.user.MDManagerInterface> success, action<integer, com.apama.md.client.Error> failure)
        
The Market Data Manager Factory (MDManagerFactory) is used to create new manager interfaces for the various different datastream types available.
Parameters:
mainContext - The main context the manager was created in
sessionKey - The key containing information for the session to be used by Market Data Manager
success - A callback action on successfully creating a new Market Data Manager
failure - A callback action on failure to create a new Market Data Manager
Since:
CMF 2.0.0