Version

StockPositions Property

Gets a collection of stock positions for the current stock symbols.

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

Each stock position contains trade date, shares, cost per share, current values, current price.

Syntax
'Declaration
 
Public Property StockPositions As ObservableCollection(Of StockPosition)
public ObservableCollection<StockPosition> StockPositions {get; set;}
Remarks
This property is intended for binding to Live Grid, or 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