InvestmentAccountInfo

InvestmentAccountInfo class

Investment account information class.

public class InvestmentAccountInfo : AbstractAccountInfo

Constructors

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

Properties

NameDescription
Checking { get; set; }Gets or sets whether the account has check writing privileges.
InvestmentAccountFrom { get; set; }Gets or sets the from of InvestmentAccount.
InvestmentAccountType { get; set; }Gets or sets the type of account.
OptionLevel { get; set; }Gets or sets the text description of option trading privileges.
ServiceStatus { get; set; }Gets or sets the activation status for investment statement download for the account.
UsProductType { get; set; }Gets or sets the classification of account.

See Also