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
Cookie
Cookie value.
public string Cookie { get; }
Property Value
Currency
Currency type.
public OFXCurrencyType Currency { get; }
Property Value
Date
As-Of date of this satement.
public DateTime Date { get; }
Property Value
Investment401kBalance
401K Total Balance (optional).
public decimal? Investment401kBalance { get; }
Property Value
PositionList
Position list.
public PositionList PositionList { get; }
Property Value
TransactionList
Transaction List.
public InvestmentTransactionList TransactionList { get; }