• C#
  • Java
  • VB
  • C++
  • Python
Contact us
ExecutionFilter Class Reference

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

Public Member Functions

 ExecutionFilter (int clientId, string acctCode, string time, string symbol, string secType, string exchange, string side)
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Properties

int ClientId [get, set]
 The API client which placed the order.
 
string AcctCode [get, set]
 The account to which the order was allocated to.
 
string Time [get, set]
 Time from which the executions will be returned yyyymmdd hh:mm:ss Only those executions reported after the specified time will be returned.
 
string Symbol [get, set]
 The instrument's symbol.
 
string SecType [get, set]
 The Contract's security's type (i.e. STK, OPT...)
 
string Exchange [get, set]
 The exchange at which the execution was produced.
 
string Side [get, set]
 The Contract's side (BUY or SELL)
 

Detailed Description

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

See Also
Contract, Execution, CommissionReport