C# 클래스 FastQuant.InstrumentServer

상속: IDisposable
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
framework Framework
instruments InstrumentList

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( Instrument instrument ) : void
Dispose ( ) : void
Flush ( ) : void
InstrumentServer ( Framework framework ) : System
Load ( ) : InstrumentList
Open ( ) : void
Save ( Instrument instrument ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InstrumentServer() 공개 메소드

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

Load() 공개 메소드

public Load ( ) : InstrumentList
리턴 InstrumentList

Open() 공개 메소드

public Open ( ) : void
리턴 void

Save() 공개 메소드

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

프로퍼티 상세

framework 보호되어 있는 프로퍼티

protected Framework,FastQuant framework
리턴 Framework

instruments 보호되어 있는 프로퍼티

protected InstrumentList instruments
리턴 InstrumentList