Interface ExecutionFilter

When requesting executions, a filter can be specified to receive only a subset of them .

Hierarchy

  • ExecutionFilter

Properties

acctCode?: string

The account to which the order was allocated to.

clientId?: string

The API client which placed the order.

exchange?: string

The exchange at which the execution was produced..

secType?: SecType

The Contract's security's type.

side?: string

The Contract's side ("BUY" or "SELL")

symbol?: string

The instrument's symbol.

time?: string

Time from which the executions will be returned yyyymmdd hh:mm:ss Only those executions reported after the specified time will be returned..

Generated using TypeDoc