GeneralSecurityInfo

GeneralSecurityInfo class

The class contains fields that are common to all security types.

public class GeneralSecurityInfo

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the Currency.
DateAsOf { get; set; }Gets or sets the date as of for the unit price.
FIId { get; set; }Gets or sets the FI ID number for this security.
Memo { get; set; }Gets or sets the memo.
Rating { get; set; }Gets or sets the rating.
SecurityId { get; set; }Gets or sets the SecurityId.
SecurityName { get; set; }Gets or sets the full name of security.
Ticker { get; set; }Gets or sets the ticker symbol.
UnitPrice { get; set; }Gets or sets the current price of security.

See Also