Table of Contents

Class InvestmentTransactionConverter

Namespace
Tudormobile.QIFLibrary.Converters
Assembly
Tudormobile.QIFLibrary.dll

Provides mechanism for converting an OFX property to an Investment Transaction or Investment Transaction List.

public class InvestmentTransactionConverter : PropertyConverterBase<InvestmentTransaction>, IPropertyConverter<InvestmentTransaction>, IPropertyConverter<InvestmentTransactionList>
Inheritance
InvestmentTransactionConverter
Implements
Inherited Members

Methods

Convert(OFXProperty)

Convert to an investment transaction.

public override InvestmentTransaction? Convert(OFXProperty root)

Parameters

root OFXProperty

Property to convert.

Returns

InvestmentTransaction

A new transaction if successful; otherwise (null).