Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 05:25:09 +0000



Post From: Programmatically Replicating Full Trade Activity Log via ACSIL or DTC

[2025-08-23 16:44:10]
TapeReader - Posts: 94
I am trying to programmatically generate real-time log files mirroring the native Trade Activity Log's detail (orders placed/modified/canceled/executed, positions, rejections, etc.) for external analysis, without manual exports.

My attempts leave me with output that is not as verbose at the native Trade Activity Log.

Is there ACSIL access to Trade Activity Log rows or .dat files? Or event-driven hooks?

What are the recommended best practices for generating complete trade management data logs programmatically?

I see that there is a DTC Alternative but am not sure if this is a preferred approach.

I am considering an external client (e.g., Python) via DTC Server for push messages (ORDER_UPDATE, POSITION_UPDATE, FILL_DOWNLOAD in JSON).

Questions:
1. Best practice for gap-free logging like native log?
2. ACSIL extensions for passive capture or direct log access?
3. DTC messages/sequences to replicate log tabs? Samples/gotchas?
4. Automated export alternatives for real-time?

Thanks for insights!