MyTradeFilter

StockSharp.InteractiveBrokers

Argument passed to interactive brokers when requesting execution history.

Propiedades

BoardCode : string

Filter the results of the ReqExecutions() method based on the order exchange.

ClientId : int

Filter the results of the ReqExecutions() method based on the clientId.

Portfolio : string

Filter the results of the ReqExecutions() method based on an account code.

SecurityType : SecurityTypes?

Filter the results of the ReqExecutions() method based on the order security type.

Side : Sides?

Filter the results of the ReqExecutions() method based on the order action.

Symbol : string

Filter the results of the ReqExecutions() method based on the order symbol.

Time : DateTime?

Filter the results of the ReqExecutions() method based on execution reports received after the specified time.