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