MyTradeFilter
StockSharp.InteractiveBrokers
辩论在请求执行历史时转给了互动经纪人.
属性
BoardCode
public string BoardCode { get; set; }
value = myTradeFilter.BoardCode
myTradeFilter.BoardCode = value
根据顺序交换过滤% ReqExecutions%%% () 方法的结果 。
ClientId
public int ClientId { get; set; }
value = myTradeFilter.ClientId
myTradeFilter.ClientId = value
过滤基于 clientId 的 ReqExecutions () 方法的结果 。
Portfolio
public string Portfolio { get; set; }
value = myTradeFilter.Portfolio
myTradeFilter.Portfolio = value
过滤基于账户代码的 ReqExecutions () 方法的结果 。
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = myTradeFilter.SecurityType
myTradeFilter.SecurityType = value
根据订单金融工具类型过滤ReqExecutions()方法的结果.
Side
public Sides? Side { get; set; }
value = myTradeFilter.Side
myTradeFilter.Side = value
根据命令动作过滤 ReqExecutions () 方法的结果 。
Symbol
public string Symbol { get; set; }
value = myTradeFilter.Symbol
myTradeFilter.Symbol = value
过滤基于命令符号的 ReqExecutions () 方法的结果 。
Time
public DateTime? Time { get; set; }
value = myTradeFilter.Time
myTradeFilter.Time = value
根据指定时间之后收到的执行报告过滤% ReqExecutions%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%