You can request and download a user action log from the workspace "File" menu. To view the user action log file after it's downloaded, open it in with an application based on the file type (Excel, CSV, or JSON).
The user action log consists of the following columns:
Column | Description |
---|---|
logged_time_utc | The time in UTC the user action was initiated. |
user | The user who initiated the action. |
event_name | The type of user action. Examples: BuyClicked, CancelOrdersConfirmationConfirmed, InputQuantityChanged, CancelOrdersClicked, WorkspaceClosed. |
widget_type | The widget used for performing the action. |
launched_from | The widget that launched a child widget (e.g., MD Trader launching a confirmation pane). |
action | Additional information about the logged user action (event_name). |
account | The account used when performing the action. |
side | The side of the trade (Buy or Sell) where the user action was initiated. |
quantity | Order quantity when the action was initiated. |
price | Order price when the action was initiated. |
instrument | The contract being traded. |
market | The market where the user action was initiated. |
product | Product being traded. |
product_type | Product type being traded. |
enviroment | The TT trading environment where the user action occurred. |
company_id | Company ID of your firm in Setup. |
user_id | The ID in Setup for the user performing the action. |
account_id | The ID in Setup for the account used when performing the action. |
tt_order_id | Order identifier generated by TT. |
instrument_id | Instrument or contract identifier provided by TT. |
market_id | Market identifier provided by TT. |
product_id | Product identifier provided by TT. |
product_type_id | Product type identifier provided by TT. |
workspace_id | Identifier of the workspace where the action was initiated. |
widget_id | ID number of the widget used for performing the action. |
audit_log | Indicates if the user action was logged in the audit file. |
client_timestamp | The time that the action was submitted from the user's workstation. |