C# 클래스 FastQuant.FrameworkServer

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

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
Open ( ) : void

보호된 메소드들

메소드 설명
FrameworkServer ( ) : System
GetBooleanValue ( string key, bool defaultValue ) : bool
GetInt32Value ( string key, int defaultValue ) : int
GetStringValue ( string key, string defaultValue ) : string

비공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FrameworkServer() 보호된 메소드

protected FrameworkServer ( ) : System
리턴 System

GetBooleanValue() 보호된 메소드

protected GetBooleanValue ( string key, bool defaultValue ) : bool
key string
defaultValue bool
리턴 bool

GetInt32Value() 보호된 메소드

protected GetInt32Value ( string key, int defaultValue ) : int
key string
defaultValue int
리턴 int

GetStringValue() 보호된 메소드

protected GetStringValue ( string key, string defaultValue ) : string
key string
defaultValue string
리턴 string

Open() 공개 메소드

public Open ( ) : void
리턴 void