Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Apama Base FIX Adapter | FIX service monitors | Drop Copy Session
 
Drop Copy Session
The Drop Copy service allows users to receive real-time copies of Execution Report and Acknowledgment messages as they are sent over Order entry system sessions.
To enable drop copy session user should inject below monitor.
"${APAMA_HOME}/adapters/FIX/monitors/FIX_DropCopyManager.mon".
To initiate the session, you must configure with below event
com.apama.fix.DropCopyConfiguration(<Transport_Name>,
{"SERVICEID":<value>,"FixChannel":<value>})
Sample configuration
com.apama.fix.DropCopyConfiguration
("connection", {"SERVICEID":"DROP-COPY","FixChannel":"FIX_DROPCOPY"})