C# 클래스 FastQuant.CurrencyConverterFX

상속: ICurrencyConverter
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
Add ( Instrument instrument ) : void
Convert ( double amount, byte fromCurrencyId, byte toCurrencyId ) : double
CurrencyConverterFX ( Framework framework ) : System

비공개 메소드들

메소드 설명
GetPrice ( Instrument instrument ) : double

메소드 상세

Add() 공개 메소드

public Add ( Instrument instrument ) : void
instrument Instrument
리턴 void

Convert() 공개 메소드

public Convert ( double amount, byte fromCurrencyId, byte toCurrencyId ) : double
amount double
fromCurrencyId byte
toCurrencyId byte
리턴 double

CurrencyConverterFX() 공개 메소드

public CurrencyConverterFX ( Framework framework ) : System
framework Framework
리턴 System