C# 클래스 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.
상속: Conversions.R4_0__R4_1.IHelper
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
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 (???).

메소드 상세

DefaultHelper() 공개 메소드

Constructs a DefaultHelper instance.
public DefaultHelper ( ) : System
리턴 System

GetQuantoBasis() 공개 메소드

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

GetQuantoCurrency1() 공개 메소드

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

GetQuantoCurrency2() 공개 메소드

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

GetReferenceCurrency() 공개 메소드

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