InvestmentStatementResponse

InvestmentStatementResponse class

Investment statement response class.

public class InvestmentStatementResponse

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the default currency for the statement.
DateAsOf { get; set; }
Investment401k { get; set; }Gets or sets the Investment401k.
Investment401kBalance { get; set; }Gets or sets the Investment401kBalance.
InvestmentAccountFrom { get; set; }Gets or sets the from of InvestmentAccount.
InvestmentBalance { get; set; }Gets or sets the InvestmentBalance.
InvestmentOpenOrderList { get; set; }Gets or sets the InvestmentOpenOrderList.
InvestmentPositionList { get; set; }Gets or sets the InvestmentPositionList.
InvestmentTransactionList { get; set; }Gets or sets the InvestmentTransactionList.
MarketingInformation { get; set; }Gets or sets the marketing information,

See Also