MarketRuleGrid
StockSharp.Xaml
The panel for the list editing IMarketRule.
Inherits: BaseGridControl
Implements: IComponentConnector
Constructors
MarketRuleGrid
public MarketRuleGrid()
marketRuleGrid = MarketRuleGrid()
Initializes a new instance of the MarketRuleGrid.
Properties
Rules
public INotifyList<IMarketRule> Rules { get; set; }
value = marketRuleGrid.Rules
marketRuleGrid.Rules = value
The list of market rules added to the table.
Methods
InitializeComponent
public void InitializeComponent()
marketRuleGrid.InitializeComponent()
InitializeComponent