ExecutionFilter

View as MarkdownOpen in Claude

ExecutionFilter

FieldTypeDescription
clientIdint32Client identifier the order was submitted through.
acctCodestringAccount identifier that executed the trade.
timestringDeclare the date/time to receive executions at and after the designated time. Can be used in combination with LastNDays or SpecificDates. Requests should be formatted as “YYYYMMDD HH:mm:ss TMZ” or in UTC as “YYYYMMDD-HH:mm:ss”. If no date is passed, the current date is assumed.
symbolstringInstrument’s symbol.
secTypestringAsset type being monitored.
exchangestringExchange where the symbol was traded.
sidestringDetermine if only Buy or Sell orders are returned.
lastNDaysint32Number of previous days to receive trades for. Maximum 7.
specificDatesint32Retrieve a specific date within the past week to receive executions for. May be used with Time, but only the executions on the Specified Dates will return. Array formatted as [YYYYMMDD]