C# 클래스 FastQuant.FileInstrumentServer

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

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( Instrument instrument ) : void
FileInstrumentServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System.IO
Flush ( ) : void
Load ( ) : InstrumentList
Open ( ) : void
Save ( Instrument instrument ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

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

FileInstrumentServer() 공개 메소드

public FileInstrumentServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System.IO
framework Framework
fileName string
host string
port int
리턴 System.IO

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : InstrumentList
리턴 InstrumentList

Open() 공개 메소드

public Open ( ) : void
리턴 void

Save() 공개 메소드

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