C# Class HandCoded.FpML.DefaultHelper

The DefaultHelper class provides an implementation of all the interfaces defined by the conversion objects and can be used by applications that don't want to define thier own instance.
Inheritance: Conversions.R4_0__R4_1.IHelper
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Méthodes publiques

Méthode Description
DefaultHelper ( ) : System

Constructs a DefaultHelper instance.

GetQuantoBasis ( XmlElement context ) : string

Returns a dummy value for the quanto currency basis.

GetQuantoCurrency1 ( XmlElement context ) : string

Returns a dummy value for the first quanto currency (???).

GetQuantoCurrency2 ( XmlElement context ) : string

Returns a dummy value for the second quanto currency (???).

GetReferenceCurrency ( XmlElement context ) : string

Returns a dummy value for the reference currency (???).

Method Details

DefaultHelper() public méthode

Constructs a DefaultHelper instance.
public DefaultHelper ( ) : System
Résultat System

GetQuantoBasis() public méthode

Returns a dummy value for the quanto currency basis.
public GetQuantoBasis ( XmlElement context ) : string
context System.Xml.XmlElement The of the fxFeature
Résultat string

GetQuantoCurrency1() public méthode

Returns a dummy value for the first quanto currency (???).
public GetQuantoCurrency1 ( XmlElement context ) : string
context System.Xml.XmlElement The of the fxFeature
Résultat string

GetQuantoCurrency2() public méthode

Returns a dummy value for the second quanto currency (???).
public GetQuantoCurrency2 ( XmlElement context ) : string
context System.Xml.XmlElement The of the fxFeature
Résultat string

GetReferenceCurrency() public méthode

Returns a dummy value for the reference currency (???).
public GetReferenceCurrency ( XmlElement context ) : string
context System.Xml.XmlElement The of the fxFeature
Résultat string