Searches for exchange executions using the given details to filter and returns a list of the found executions.
Request to search for executions filtered using the given details.
Fully qualified resource account names to filter upon (ie: "firms/[firmid]/accounts/[accountid]").
Client account ID to filter upon.
Client participant ID to filter upon.
Client assigned order ID to filter upon.
End time for the orders to be fetched.
Date represents a whole or partial calendar date.
Execution IDs to filter upon.
A flag that if set indicates that executions found should be sorted from most recent to oldest.
Exchange assigned order ID of the order to filter upon.
The maximum number of fills to return in a response. This field is optional.
A pagination token returned from a previous call to SearchExecutionsRequest.
that indicates where this listing should continue from.
This field is optional.
Parent order ID to filter upon.
Start time for the orders to be fetched.
Date represents a whole or partial calendar date.
Instrument symbol to filter upon.
Symbol sub type to filter upon.
Execution types to filter upon.
ExecutionType denotes the execution type.
EXECUTION_TYPE_NEW, EXECUTION_TYPE_PARTIAL_FILL, EXECUTION_TYPE_FILL, EXECUTION_TYPE_CANCELED, EXECUTION_TYPE_REPLACE, EXECUTION_TYPE_REJECTED, EXECUTION_TYPE_EXPIRED, EXECUTION_TYPE_DONE_FOR_DAY A successful response.
A flag that if set indicates the end of file has been reached and there are no further pages.
List of executions found.
A pagination token returned from a previous call to SearchExecutions.
that indicates from where listing should continue.
This field is optional.