C# Class FastQuant.CurrencyConverter

Inheritance: ICurrencyConverter
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( double amount, byte fromCurrencyId, byte toCurrencyId ) : double
CurrencyConverter ( Framework framework ) : System

Method Details

Convert() public méthode

public Convert ( double amount, byte fromCurrencyId, byte toCurrencyId ) : double
amount double
fromCurrencyId byte
toCurrencyId byte
Résultat double

CurrencyConverter() public méthode

public CurrencyConverter ( Framework framework ) : System
framework Framework
Résultat System