InvestmentAccount

InvestmentAccount class

Investment account class.

public class InvestmentAccount : AbstractAccount

Constructors

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

Properties

NameDescription
AccountId { get; set; }Gets or sets the account number at FI.
BrokerId { get; set; }Gets or sets the unique identifier for the FI.

See Also