OtherInfo

OtherInfo class

Use this class for security types other than debts, mutual funds, options, and stocks.

public class OtherInfo : AbstractSecurityInfo

Constructors

Name Description
OtherInfo() Initializes a new instance of OtherInfo class.

Properties

Name Description
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.
TypeDescription { get; set; } Gets or sets the description of security type.

See Also