Class MyTradeGrid
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
A table showing own trades (MyTrade).
public class MyTradeGrid : BaseGridControl, IPersistable, IComponentConnector
- Inheritance
-
MyTradeGrid
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
MyTradeGrid()
Initializes a new instance of the MyTradeGrid.
public MyTradeGrid()
Properties
MaxCount
The maximum number of trades to display. The -1 value means an unlimited amount. The default value is 10000.
public int MaxCount { get; set; }
Property Value
SelectedTrade
The selected trade.
public MyTrade SelectedTrade { get; }
Property Value
SelectedTrades
Selected trades.
public IEnumerable<MyTrade> SelectedTrades { get; }
Property Value
Trades
List of trades added to the table.
public IListEx<MyTrade> Trades { get; }
Property Value
- IListEx<MyTrade>
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()