Class MarketRuleGrid
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The panel for the list editing IMarketRule.
public class MarketRuleGrid : BaseGridControl, IPersistable, IComponentConnector
- Inheritance
-
MarketRuleGrid
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
MarketRuleGrid()
Initializes a new instance of the MarketRuleGrid.
public MarketRuleGrid()
Properties
Rules
The list of market rules added to the table.
public INotifyList<IMarketRule> Rules { get; set; }
Property Value
- INotifyList<IMarketRule>
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()