C# Class FastQuant.CurrencyConverterFX

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

Méthodes publiques

Méthode Description
Add ( Instrument instrument ) : void
Convert ( double amount, byte fromCurrencyId, byte toCurrencyId ) : double
CurrencyConverterFX ( Framework framework ) : System

Private Methods

Méthode Description
GetPrice ( Instrument instrument ) : double

Method Details

Add() public méthode

public Add ( Instrument instrument ) : void
instrument Instrument
Résultat void

Convert() public méthode

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

CurrencyConverterFX() public méthode

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