Table of Contents

Class OFXInvestmentStatementResponse

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Investment Statement Response Message.

public class OFXInvestmentStatementResponse : OFXMessage
Inheritance
OFXInvestmentStatementResponse
Inherited Members

Constructors

OFXInvestmentStatementResponse()

Create and initialize a new OFXInvestment Statement Response.

public OFXInvestmentStatementResponse()

Properties

Account

Account.

public Account Account { get; }

Property Value

Account

Cookie value.

public string Cookie { get; }

Property Value

string

Currency

Currency type.

public OFXCurrencyType Currency { get; }

Property Value

OFXCurrencyType

Date

As-Of date of this satement.

public DateTime Date { get; }

Property Value

DateTime

Investment401kBalance

401K Total Balance (optional).

public decimal? Investment401kBalance { get; }

Property Value

decimal?

PositionList

Position list.

public PositionList PositionList { get; }

Property Value

PositionList

TransactionList

Transaction List.

public InvestmentTransactionList TransactionList { get; }

Property Value

InvestmentTransactionList