Table of Contents

Class SecurityConverter

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

Provides mechanism for converting an OFX property to a Security or Security List..

public class SecurityConverter : PropertyConverterBase<Security>, IPropertyConverter<Security>, IPropertyConverter<SecurityList>
Inheritance
SecurityConverter
Implements
Inherited Members

Methods

Convert(OFXProperty)

Convert to a security.

public override Security? Convert(OFXProperty root)

Parameters

root OFXProperty

Property to convert.

Returns

Security

A new security if successful; otherwise (null).

ToProperty(Security)

Converts a security to OFX Property.

public static OFXProperty ToProperty(Security security)

Parameters

security Security

Security to convert.

Returns

OFXProperty

OFX property representing the security.