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
Показать файл Открыть проект

Открытые методы

Метод Описание
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