InvestmentAccount

InvestmentAccount class

Investment account class.

public class InvestmentAccount : AbstractAccount

Constructors

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

Properties

Name Description
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