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
Mostra file Open project: formicary/fpml-toolkit-csharp

Public Methods

Method 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 method

Constructs a DefaultHelper instance.
public DefaultHelper ( ) : System
return System

GetQuantoBasis() public method

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

GetQuantoCurrency1() public method

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

GetQuantoCurrency2() public method

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

GetReferenceCurrency() public method

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