MyTradeFilter
StockSharp.InteractiveBrokers
Argument passed to interactive brokers when requesting execution history.
Свойства
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.
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.