Version

StockDetails Property

Gets or sets a collection of stock details for popular 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 StockDetails As StockDetails()
public StockDetails[] StockDetails {get; set;}
Remarks
This property is intended for binding to 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