C# 클래스 Megawastu.Valas.KursProvider.Application.DdeKursAdvisor

파일 보기 프로젝트 열기: warewer76534525/br927yoijdsklu73

공개 메소드들

메소드 설명
DdeKursAdvisor ( Kurs kurs, string bidCell, string askCell ) : System
DdeKursAdvisor ( string currency, string bidCell, string askCell ) : System
StartAdvise ( ) : void
StopAdvise ( ) : void

비공개 메소드들

메소드 설명
AskKursUpdated_Advise ( object sender, NDde.Client.DdeAdviseEventArgs e ) : void
BidKursUpdated_Advise ( object sender, NDde.Client.DdeAdviseEventArgs e ) : void
ConvertToDoubleTwoDecimal ( object number ) : double

메소드 상세

DdeKursAdvisor() 공개 메소드

public DdeKursAdvisor ( Kurs kurs, string bidCell, string askCell ) : System
kurs Megawastu.Valas.KursProvider.ViewModel.Kurs
bidCell string
askCell string
리턴 System

DdeKursAdvisor() 공개 메소드

public DdeKursAdvisor ( string currency, string bidCell, string askCell ) : System
currency string
bidCell string
askCell string
리턴 System

StartAdvise() 공개 메소드

public StartAdvise ( ) : void
리턴 void

StopAdvise() 공개 메소드

public StopAdvise ( ) : void
리턴 void