Version

StockPrices Property

Gets or sets a collection of stock trades for the current stock symbols.

This property is auto-generated from stock tickers received in FDC3 message with instruments as a context. Note that all stock prices are randomly generated and they do not reflect actual prices on stock market.

Syntax
'Declaration
 
Public Property StockPrices As ObservableCollection(Of StockPriceHistory)
public ObservableCollection<StockPriceHistory> StockPrices {get; set;}
Remarks
This property is intended for binding to Financial Charts, CategoryChart, Data Grid, or other data visualization components
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also