MyTradeFilter

StockSharp.InteractiveBrokers

Argument passed to interactive brokers when requesting execution history.

Properties

BoardCode
public string BoardCode { get; set; }
value = myTradeFilter.BoardCode
myTradeFilter.BoardCode = value

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

ClientId
public int ClientId { get; set; }
value = myTradeFilter.ClientId
myTradeFilter.ClientId = value

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

Portfolio
public string Portfolio { get; set; }
value = myTradeFilter.Portfolio
myTradeFilter.Portfolio = value

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

SecurityType
public SecurityTypes? SecurityType { get; set; }
value = myTradeFilter.SecurityType
myTradeFilter.SecurityType = value

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

Side
public Sides? Side { get; set; }
value = myTradeFilter.Side
myTradeFilter.Side = value

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

Symbol
public string Symbol { get; set; }
value = myTradeFilter.Symbol
myTradeFilter.Symbol = value

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

Time
public DateTime? Time { get; set; }
value = myTradeFilter.Time
myTradeFilter.Time = value

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