StockInfo

StockInfo class

Stock information class.

public class StockInfo : AbstractSecurityInfo

Constructors

NameDescription
StockInfo()Initializes a new instance of StockInfo class.

Properties

NameDescription
AssetClass { get; set; }Gets or sets the asset class.
FIAssetClass { get; set; }Gets or sets the text string containing an FI defined asset class.
SecurityInfo { get; set; }Gets or sets the GeneralSecurityInfo.
StockType { get; set; }Gets or sets the stock type
Yield { get; set; }Gets or sets the current yield reported as the dividend expressed as a portion of the current stock price.
YieldAsOfDate { get; set; }Gets or sets the as-of date for yield value.

See Also