C# Class Megawastu.Valas.KursProvider.Application.DdeKursAdvisor

Afficher le fichier Open project: warewer76534525/br927yoijdsklu73

Méthodes publiques

Méthode Description
DdeKursAdvisor ( Kurs kurs, string bidCell, string askCell ) : System
DdeKursAdvisor ( string currency, string bidCell, string askCell ) : System
StartAdvise ( ) : void
StopAdvise ( ) : void

Private Methods

Méthode Description
AskKursUpdated_Advise ( object sender, NDde.Client.DdeAdviseEventArgs e ) : void
BidKursUpdated_Advise ( object sender, NDde.Client.DdeAdviseEventArgs e ) : void
ConvertToDoubleTwoDecimal ( object number ) : double

Method Details

DdeKursAdvisor() public méthode

public DdeKursAdvisor ( Kurs kurs, string bidCell, string askCell ) : System
kurs Megawastu.Valas.KursProvider.ViewModel.Kurs
bidCell string
askCell string
Résultat System

DdeKursAdvisor() public méthode

public DdeKursAdvisor ( string currency, string bidCell, string askCell ) : System
currency string
bidCell string
askCell string
Résultat System

StartAdvise() public méthode

public StartAdvise ( ) : void
Résultat void

StopAdvise() public méthode

public StopAdvise ( ) : void
Résultat void