Executions
Request all executions following the Execution Filter’s restrictions.
get_executions(
exec_filter: [ExecutionFilter Object]. Parameters to restrict the Execution data to be returned.
timeout: Integer. A default value of 10 seconds is supplied.
)
All executions passed in the context of the ExecutionFilter are returned in a list.
Response Object
[{
contract: [Contract Object](/tws-api/doc/contracts-financial-instruments/the-contract-object). Contract to trade.
execution: [Execution Object]. Execution details regarding the recent trade.
}]

